diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-24 14:21:45 +0000 |
commit | c6f9220716c5a6bace1f22f3339ef274a00c1e4d (patch) | |
tree | 284ed8b074db6ebbd762b69cc947e22f549200e2 /www/campsite | |
parent | 24739242ec9d4b22cec99f0a2c9f7215f553ecd3 (diff) |
Notes
Diffstat (limited to 'www/campsite')
-rw-r--r-- | www/campsite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/campsite/Makefile b/www/campsite/Makefile index 98148b3b4dbe..8c0b9eed7a73 100644 --- a/www/campsite/Makefile +++ b/www/campsite/Makefile @@ -7,6 +7,7 @@ PORTNAME= campsite PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= koutek@o-k.cz COMMENT= The free and open multilingual web publishing tool for news sites -LIB_DEPENDS= Magick.9:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.10:${PORTSDIR}/graphics/ImageMagick \ idn.16:${PORTSDIR}/dns/libidn BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ gm4:${PORTSDIR}/devel/m4 \ |