diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-05 04:52:58 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-05 04:52:58 +0800 |
commit | fdf5028ec2f8b82fb0d5f6afb01151927111df7e (patch) | |
tree | 5d59f50011c5ca507df6be3a9eeed528591ac948 /security | |
parent | f004ee17c05d40fe36d0c8aa0c949f5eeb042ceb (diff) | |
download | freebsd-ports-gnome-fdf5028ec2f8b82fb0d5f6afb01151927111df7e.tar.gz freebsd-ports-gnome-fdf5028ec2f8b82fb0d5f6afb01151927111df7e.tar.zst freebsd-ports-gnome-fdf5028ec2f8b82fb0d5f6afb01151927111df7e.zip |
Chase wxgtk library name (and version) change.
Diffstat (limited to 'security')
-rw-r--r-- | security/hashish/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/hashish/Makefile b/security/hashish/Makefile index 6e022de5b06b..e05bc28e108e 100644 --- a/security/hashish/Makefile +++ b/security/hashish/Makefile @@ -21,7 +21,7 @@ COMMENT= A file and string hashing utility BROKEN= "Compile fails: cannot find cryptopp/sapphire.h" BUILD_DEPENDS= ${LOCALBASE}/lib/libcryptopp.a:${PORTSDIR}/security/cryptopp -LIB_DEPENDS= wx_gtk:${PORTSDIR}/x11-toolkits/wxgtk-devel +LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk-devel USE_REINPLACE= yes WRKSRC= ${WRKDIR}/Hashish |