aboutsummaryrefslogtreecommitdiff
path: root/graphics/barbecue
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-17 22:53:48 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-17 22:53:48 +0000
commit97049115a8d4e3fbda489f5edf8250bae28d0ccd (patch)
treeef85c45872b190f8a0bf98cb8398af6f44601b04 /graphics/barbecue
parentef9d1443a7cc749fba87e918e55428de709830cb (diff)
downloadports-97049115a8d4e3fbda489f5edf8250bae28d0ccd.tar.gz
ports-97049115a8d4e3fbda489f5edf8250bae28d0ccd.zip
- Follow moved dependency
- Bump PORTREVISION - Fix INDEX build Pointyhat to: gabor
Notes
Notes: svn path=/head/; revision=187615
Diffstat (limited to 'graphics/barbecue')
-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