diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-01-31 23:22:10 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-01-31 23:22:10 +0800 |
commit | 0712ae999e1c0e0c28f38ff7dde59452689f787d (patch) | |
tree | cc2481a8a2a66a7971c46ed8a50613483c52af8c /www/sitecopy/Makefile | |
parent | 2d1fc62a2fcaeac9fe9d83bf3c86e91d4df50bd3 (diff) | |
download | freebsd-ports-gnome-0712ae999e1c0e0c28f38ff7dde59452689f787d.tar.gz freebsd-ports-gnome-0712ae999e1c0e0c28f38ff7dde59452689f787d.tar.zst freebsd-ports-gnome-0712ae999e1c0e0c28f38ff7dde59452689f787d.zip |
Update port to 0.10.14, add some LIB_DEPENDS (expat and neon)
Diffstat (limited to 'www/sitecopy/Makefile')
-rw-r--r-- | www/sitecopy/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index f4d3bf4691e8..688e429af0a4 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -6,15 +6,16 @@ # PORTNAME= sitecopy -PORTVERSION= 0.9.10 +PORTVERSION= 0.10.14 CATEGORIES= www MASTER_SITES= http://www.lyra.org/sitecopy/ MAINTAINER= nik@FreeBSD.org -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + expat.1:${PORTSDIR}/textproc/expat \ + neon.9:${PORTSDIR}/www/neon -FETCH_BEFORE_ARGS= -b GNU_CONFIGURE= yes CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \ LIBS=-lintl |