aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-03-18 06:53:48 +0800
committergabor <gabor@FreeBSD.org>2007-03-18 06:53:48 +0800
commit28d1287ca150753cc78c2a614df8394007e99a96 (patch)
treeab42e696df3c5a941284eb68ad9e7f0275450a3e /graphics
parentcd81d8330e5c69e88d1e73f988b325527e21ee87 (diff)
downloadfreebsd-ports-gnome-28d1287ca150753cc78c2a614df8394007e99a96.tar.gz
freebsd-ports-gnome-28d1287ca150753cc78c2a614df8394007e99a96.tar.zst
freebsd-ports-gnome-28d1287ca150753cc78c2a614df8394007e99a96.zip
- Follow moved dependency
- Bump PORTREVISION - Fix INDEX build Pointyhat to: gabor
Diffstat (limited to 'graphics')
-rw-r--r--graphics/barbecue/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/barbecue/Makefile b/graphics/barbecue/Makefile
index 4c1b23fd12b0..c2580e95de3b 100644
--- a/graphics/barbecue/Makefile
+++ b/graphics/barbecue/Makefile
@@ -7,6 +7,7 @@
PORTNAME= barbecue
PORTVERSION= 1.0.6d
+PORTREVISION= 1
CATEGORIES= graphics print java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,7 +26,7 @@ PLIST_FILES+= %%JAVAJARDIR%%/${JARFILES:S|-${PORTVERSION}||} \
%%JAVAJARDIR%%/LICENSE.barbecue.txt
.if defined(WITH_TOMCAT41)
-RUN_DEPENDS+= ${LOCALBASE}/bin/tomcat41ctl:${PORTSDIR}/www/jakarta-tomcat41
+RUN_DEPENDS+= ${LOCALBASE}/bin/tomcat41ctl:${PORTSDIR}/www/tomcat41
JAKARTA_HOME= ${LOCALBASE}/jakarta-tomcat4.1
PLIST_FILES+= ${JAKARTA_HOME:S|^${LOCALBASE}/||}/webapps/${PORTNAME}.war
.endif