diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /security/steghide/Makefile | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
Diffstat (limited to 'security/steghide/Makefile')
-rw-r--r-- | security/steghide/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 3980d776d9a7..357b8f8a2eb6 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -7,6 +7,7 @@ PORTNAME= steghide PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= steghide @@ -16,9 +17,9 @@ MAINTAINER= arved@FreeBSD.org COMMENT= "Steganography tool to hide data in binary files" LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ - mhash.2:${PORTSDIR}/security/mhash \ - intl.5:${PORTSDIR}/devel/gettext-old + mhash.2:${PORTSDIR}/security/mhash +USE_GETTEXT= yes USE_PERL5= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |