aboutsummaryrefslogtreecommitdiff
path: root/security/snortreport/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-04-14 13:24:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-04-14 13:24:08 +0000
commitf24221a91836aa1b216376ef4c982dd221603c4e (patch)
tree28a68e54221fab39cc92e68999f97634b16e76df /security/snortreport/Makefile
parent66008858522e1c125dec7536a6519be35026992e (diff)
downloadports-f24221a91836aa1b216376ef4c982dd221603c4e.tar.gz
ports-f24221a91836aa1b216376ef4c982dd221603c4e.zip
Fix jpgraph dependency testing
Notes
Notes: svn path=/head/; revision=294807
Diffstat (limited to 'security/snortreport/Makefile')
-rw-r--r--security/snortreport/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/snortreport/Makefile b/security/snortreport/Makefile
index b32f5617121b..f735daa878e1 100644
--- a/security/snortreport/Makefile
+++ b/security/snortreport/Makefile
@@ -16,7 +16,7 @@ COMMENT= Add-on module for snort to generate real-time web reports
LICENSE= GPLv2
.if !defined(WITHOUT_JPGRAPH)
-RUN_DEPENDS= ${LOCALBASE}/share/jpgraph2/jpgraph.php:${PORTSDIR}/graphics/jpgraph2
+RUN_DEPENDS= ${LOCALBASE}/share/jpgraph/jpgraph.php:${PORTSDIR}/graphics/jpgraph2
.endif
USE_PHP= yes