diff options
Diffstat (limited to 'www/sitecopy/Makefile')
-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 |