diff options
Diffstat (limited to 'math/grpn')
-rw-r--r-- | math/grpn/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/math/grpn/Makefile b/math/grpn/Makefile index fa17130f10a6..98e701b562ec 100644 --- a/math/grpn/Makefile +++ b/math/grpn/Makefile @@ -12,15 +12,12 @@ MASTER_SITES= http://wilkins.ne.mediaone.net/grpn/ MAINTAINER= jedgar@fxp.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +USE_X_PREFIX= yes +USE_GTK= yes ALL_TARGET= -USE_X_PREFIX= yes -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -MAKE_ENV+= GTK_CONFIG=${GTK_CONFIG} \ - X11BASE=${X11BASE} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin .include <bsd.port.mk> |