From 4e56467bfd0a507932bc167cfe670ad569c5406f Mon Sep 17 00:00:00 2001 From: perky Date: Sun, 25 Jun 2006 03:47:12 +0000 Subject: Add a workaround to avoid the problem that "make config" doesn't work. Submitted by: maintainer --- x11-toolkits/py-gui/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit