aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2006-06-25 11:47:12 +0800
committerperky <perky@FreeBSD.org>2006-06-25 11:47:12 +0800
commit4e56467bfd0a507932bc167cfe670ad569c5406f (patch)
tree939dbe0ba7e55ccfc66ceba1eb3ac113343f13f8
parent9481d213fde928d92434b7a4db3b8d9ad1837391 (diff)
downloadfreebsd-ports-gnome-4e56467bfd0a507932bc167cfe670ad569c5406f.tar.gz
freebsd-ports-gnome-4e56467bfd0a507932bc167cfe670ad569c5406f.tar.zst
freebsd-ports-gnome-4e56467bfd0a507932bc167cfe670ad569c5406f.zip
Add a workaround to avoid the problem that "make config" doesn't work.
Submitted by: maintainer
-rw-r--r--x11-toolkits/py-gui/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/py-gui/Makefile b/x11-toolkits/py-gui/Makefile
index 8577a73264a8..55fc07429aef 100644
--- a/x11-toolkits/py-gui/Makefile
+++ b/x11-toolkits/py-gui/Makefile
@@ -23,6 +23,10 @@ USE_GNOME= pygtk2
DOCSDIR= share/doc/${PKGNAMEPREFIX}${PORTNAME}
EXAMPLESDIR= share/examples/${PKGNAMEPREFIX}${PORTNAME}
+# A workaround for the problem that "make config" doesn't work
+# because _OPTIONSFILE is defined before bsd.python.mk is included.
+LATEST_LINK= py-${PORTNAME}
+
WRKSRC= ${WRKDIR}/PyGUI-${PORTVERSION}
OPTIONS= GL "Enable GL support" off