diff options
Diffstat (limited to 'math/gambit/Makefile')
-rw-r--r-- | math/gambit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 805671506169..4c80d3bf77a1 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -8,6 +8,7 @@ PORTNAME= gambit PORTVERSION= 0.2005.12.12 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +21,7 @@ LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 USE_X_PREFIX= yes USE_GNOME= gnometarget gtk20 USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ WX_CONFIG="${X11BASE}/bin/wxgtk2-2.6-config" MAKE_ENV= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.6-config" |