aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-14 06:57:37 +0800
committerkrion <krion@FreeBSD.org>2004-03-14 06:57:37 +0800
commit526cb7e5e712350fd2f105d5d66616dc877ed9fb (patch)
tree5c9ca84cd22e7f187c4b56d6174ee952461b8806 /net
parent4e15399069ab951d774fba794397c2370b6e9174 (diff)
downloadfreebsd-ports-gnome-526cb7e5e712350fd2f105d5d66616dc877ed9fb.tar.gz
freebsd-ports-gnome-526cb7e5e712350fd2f105d5d66616dc877ed9fb.tar.zst
freebsd-ports-gnome-526cb7e5e712350fd2f105d5d66616dc877ed9fb.zip
- Fix dependencies
PR: ports/64234 Submitted by: maintainer
Diffstat (limited to 'net')
-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