aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-13 22:57:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-13 22:57:37 +0000
commit0c3ed2b40739bfeccb611180f8b20886b3682b5f (patch)
treeee693870a021937cfcc1a0439a6976743c50bf6b
parent629fc51df0280bb8c30ed1499e2a27b59d068370 (diff)
downloadports-0c3ed2b40739bfeccb611180f8b20886b3682b5f.tar.gz
ports-0c3ed2b40739bfeccb611180f8b20886b3682b5f.zip
Notes
-rw-r--r--net/happystats/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/net/happystats/Makefile b/net/happystats/Makefile
index fcf1fe0f4ab0..4266e9a2dcf1 100644
--- a/net/happystats/Makefile
+++ b/net/happystats/Makefile
@@ -7,6 +7,7 @@
PORTNAME= happystats
PORTVERSION= 0.5.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.happystats.org/srcs/
EXTRACT_SUFX= .tgz
@@ -14,10 +15,13 @@ EXTRACT_SUFX= .tgz
MAINTAINER= kiwi@oav.net
COMMENT= Universal log converter into graph
+BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
+
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
xml2.5:${PORTSDIR}/textproc/libxml2 \
- rrd.0:${PORTSDIR}/net/rrdtool \
- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+ rrd.0:${PORTSDIR}/net/rrdtool
+
+USE_GETOPT_LONG= yes
MAN1= happystats.1
MANCOMPRESSED= yes