diff options
author | flo <flo@FreeBSD.org> | 2011-08-28 21:58:16 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2011-08-28 21:58:16 +0800 |
commit | 2c08398038f6cfc2c8a69576a837cb4334393f88 (patch) | |
tree | 0ff4cb18adabcd3bef0fb081bae90e4de1e853cc /www/rt40/Makefile | |
parent | b9c36efa6d61e5be152c377bc99241663ccee9ca (diff) | |
download | freebsd-ports-gnome-2c08398038f6cfc2c8a69576a837cb4334393f88.tar.gz freebsd-ports-gnome-2c08398038f6cfc2c8a69576a837cb4334393f88.tar.zst freebsd-ports-gnome-2c08398038f6cfc2c8a69576a837cb4334393f88.zip |
- fix typo GRAPVIZ_DEPS -> GRAPHVIZ_DEPS
- bump PORTREVISION
PR: ports/160248
Submitted by: Vivek Khera <vivek@khera.org>
Diffstat (limited to 'www/rt40/Makefile')
-rw-r--r-- | www/rt40/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile index c5d770edd324..d275fb672ad0 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -13,7 +13,7 @@ PORTNAME= rt PORTVERSION= 3.8.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ @@ -78,8 +78,8 @@ RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fa .endif .if defined(WITH_GRAPHVIZ) -BUILD_DEPENDS+= ${GRAPVIZ_DEPS} -RUN_DEPENDS+= ${GRAPVIZ_DEPS} +BUILD_DEPENDS+= ${GRAPHVIZ_DEPS} +RUN_DEPENDS+= ${GRAPHVIZ_DEPS} .endif .if defined(WITH_MODPERL) |