diff options
author | demon <demon@FreeBSD.org> | 2002-01-05 04:07:11 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-01-05 04:07:11 +0800 |
commit | 45f7c34d7ccef02e6a0eb1ba22d2a2ead67be1c2 (patch) | |
tree | 6399b21c5580613f3b65f35aceac356f010e4864 /www/mod_zap/Makefile | |
parent | be2ae10905717eb017e00a02c518ef14ae62458c (diff) | |
download | freebsd-ports-graphics-45f7c34d7ccef02e6a0eb1ba22d2a2ead67be1c2.tar.gz freebsd-ports-graphics-45f7c34d7ccef02e6a0eb1ba22d2a2ead67be1c2.tar.zst freebsd-ports-graphics-45f7c34d7ccef02e6a0eb1ba22d2a2ead67be1c2.zip |
Upgrade to 1.1;
Fix MASTER_SITES.
Diffstat (limited to 'www/mod_zap/Makefile')
-rw-r--r-- | www/mod_zap/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/www/mod_zap/Makefile b/www/mod_zap/Makefile index 8b57b190e2e..aa5e10aecc4 100644 --- a/www/mod_zap/Makefile +++ b/www/mod_zap/Makefile @@ -6,17 +6,16 @@ # PORTNAME= mod_zap -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= www -MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ +MASTER_SITES= http://ftp.indexdata.dk/pub/zap/ DISTNAME= zap-${PORTVERSION} MAINTAINER= demon@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz \ - ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/bin/yaz-config:${PORTSDIR}/net/yaz \ - ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +LIB_DEPENDS= yaz.1:${PORTSDIR}/net/yaz +RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-yazconfig=${LOCALBASE}/bin \ |