diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-07 12:14:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-07 12:14:59 +0000 |
commit | 55832e34658044895496ee9ab03ada3197eb5990 (patch) | |
tree | 595adf5ac58880e52992763a6c8670e3128c5839 /math/gambit/Makefile | |
parent | c3aee99e3eb348728e23c71766981d19886bab8f (diff) |
Notes
Diffstat (limited to 'math/gambit/Makefile')
-rw-r--r-- | math/gambit/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index e235f83f0e4c..b54bbbe06213 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gambit -PORTVERSION= 0.97.0.3 +PORTVERSION= 0.97.0.5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,10 +15,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A library of tools for doing computation in game theory -LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk-devel +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 USE_REINPLACE= yes +USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config +MAKE_ENV= WX_CONFIG=${X11BASE}/bin/wxgtk2-2.4-config post-patch: @${GREP} -lR "values\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} \ |