diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-05 20:54:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-06-05 20:54:37 +0000 |
commit | 1c849ceab2d661651b0ab677bb58a3eb78a9d0cd (patch) | |
tree | e41cf07ccde575f821463881ed2efc6964305e09 /www/sitecopy | |
parent | 7735abce4317bac377c71fbc592e335214f9f640 (diff) |
Notes
Diffstat (limited to 'www/sitecopy')
-rw-r--r-- | www/sitecopy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 6c7467254815..43552844ca13 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -14,10 +14,11 @@ MASTER_SITES= http://www.lyra.org/sitecopy/ MAINTAINER= olgeni@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - neon.12:${PORTSDIR}/www/neon + xml.5:${PORTSDIR}/textproc/libxml GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl" +CONFIGURE_ARGS= --enable-libxml USE_GMAKE= yes MAN1= sitecopy.1 |