diff options
author | perky <perky@FreeBSD.org> | 2006-06-25 11:47:12 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2006-06-25 11:47:12 +0800 |
commit | 4e56467bfd0a507932bc167cfe670ad569c5406f (patch) | |
tree | 939dbe0ba7e55ccfc66ceba1eb3ac113343f13f8 | |
parent | 9481d213fde928d92434b7a4db3b8d9ad1837391 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |