diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 03:57:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-05 03:57:35 +0000 |
commit | e62864a49bdd57829aee2485549d3ad5ebe6d370 (patch) | |
tree | 5c291c9ab4d698e1a567e92f63b7d6a752938fe1 /www/campsite | |
parent | 999aa2d0da80d3e35f1a43a318a582327a366d40 (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 777e348bfba1..53f8cc199c2b 100644 --- a/www/campsite/Makefile +++ b/www/campsite/Makefile @@ -7,6 +7,7 @@ PORTNAME= campsite PORTVERSION= 2.3.3 +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.8:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.9:${PORTSDIR}/graphics/ImageMagick \ idn.16:${PORTSDIR}/dns/libidn BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ gm4:${PORTSDIR}/devel/m4 \ |