diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-06-25 03:47:12 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-06-25 03:47:12 +0000 |
commit | e57d87912f0036b8dd5f9cdc4ac04989415cd4d2 (patch) | |
tree | 185552c7307e9547b7686ad478d191200651557d /x11-toolkits/py-gui | |
parent | 7467bd02750414f1835364bb1041ec15a7d44a44 (diff) | |
download | ports-e57d87912f0036b8dd5f9cdc4ac04989415cd4d2.tar.gz ports-e57d87912f0036b8dd5f9cdc4ac04989415cd4d2.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gui')
-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 |