svn commit: r315652 - head/devel/libglade2
Bryan Drewery
bdrewery at FreeBSD.org
Mon Apr 1 14:46:14 UTC 2013
Author: bdrewery
Date: Mon Apr 1 14:46:13 2013
New Revision: 315652
URL: http://svnweb.freebsd.org/changeset/ports/315652
Log:
- Fix build with bmake
PR: ports/177545
Submitted by: John Marino <draco at marino.st>
Approved by: gnome (kwm)
With hat: portmgr
Modified:
head/devel/libglade2/Makefile
Modified: head/devel/libglade2/Makefile
==============================================================================
--- head/devel/libglade2/Makefile Mon Apr 1 11:58:39 2013 (r315651)
+++ head/devel/libglade2/Makefile Mon Apr 1 14:46:13 2013 (r315652)
@@ -39,7 +39,7 @@ OPTIONS_DEFAULT=PYTHON
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MPYTHON
+.if ${PORT_OPTIONS:MPYTHON}
USE_PYTHON= yes
PLIST_SUB+= PYTHON=""
More information about the svn-ports-all
mailing list