diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
commit | d164e5eed292f9d38bcae24ae5a022d4398498fb (patch) | |
tree | 0624ea58421e1b1ee60ff22ecb3eff4e2b60f382 /security/hashish | |
parent | f2e04afc00d5f1a1504497a0ba282336df14f721 (diff) |
Notes
Diffstat (limited to 'security/hashish')
-rw-r--r-- | security/hashish/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile index 04169d08199d..467ccbea2cf7 100644 --- a/security/hashish/Makefile +++ b/security/hashish/Makefile @@ -18,20 +18,13 @@ MAINTAINER= jllovela@ncsu.edu COMMENT= GUI file and string hashing utility BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp - -.if defined(WITH_GTK1) -LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk -.else -LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2 -.endif +LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -.if !defined(WITH_GTK1) -CONFIGURE_ENV+= WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config" -.endif + LDFLAGS="-L${LOCALBASE}/lib" \ + WX_CONFIG="${X11BASE}/bin/wxgtk2-2.4-config" USE_GMAKE= yes PLIST_FILES= bin/hashish |