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 /www/sitecopy | |
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 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 36c23b0e5864..60a45e976cdb 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -14,13 +14,12 @@ MASTER_SITES= http://www.lyra.org/sitecopy/ MAINTAINER= olgeni@FreeBSD.org COMMENT= Maintains remote websites, uses FTP or WebDAV to sync up with local copy -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" CONFIGURE_ARGS= --with-included-neon --with-libxml2 USE_REINPLACE= yes +USE_GETTEXT= yes USE_GNOME= libxml2 USE_GETOPT_LONG= yes USE_GMAKE= yes |