From 2f824e792f01d9cb27b5d2a2bc5c84e268bdbd5c Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 1 Apr 2013 14:46:13 +0000 Subject: [PATCH] - Fix build with bmake PR: ports/177545 Submitted by: John Marino Approved by: gnome (kwm) With hat: portmgr --- devel/libglade2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile index 9c4ac1599bd2..12133b1282ff 100644 --- a/devel/libglade2/Makefile +++ b/devel/libglade2/Makefile @@ -39,7 +39,7 @@ OPTIONS_DEFAULT=PYTHON .include -.if ${PORT_OPTIONS:MPYTHON +.if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes PLIST_SUB+= PYTHON=""