diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-14 13:24:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-14 13:24:08 +0000 |
commit | f24221a91836aa1b216376ef4c982dd221603c4e (patch) | |
tree | 28a68e54221fab39cc92e68999f97634b16e76df | |
parent | - Fix build post mail/mutt-devel upgrade. The patch-nbsp from master port (diff) |
Fix jpgraph dependency testing
Notes
Notes:
svn path=/head/; revision=294807
-rw-r--r-- | security/snortreport/Makefile | 2 |
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 |