diff options
author | anholt <anholt@FreeBSD.org> | 2004-08-19 09:40:22 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-08-19 09:40:22 +0800 |
commit | 274c6387d4fb52204bf066d47b31c538f00d70b5 (patch) | |
tree | a59613c4a2f506d919b54823175f7c84cd863819 /net/happystats | |
parent | e145af03d15e02febfe1e05f815f8a87fbeef3d3 (diff) | |
download | freebsd-ports-gnome-274c6387d4fb52204bf066d47b31c538f00d70b5.tar.gz freebsd-ports-gnome-274c6387d4fb52204bf066d47b31c538f00d70b5.tar.zst freebsd-ports-gnome-274c6387d4fb52204bf066d47b31c538f00d70b5.zip |
Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT.
Diffstat (limited to 'net/happystats')
-rw-r--r-- | net/happystats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/happystats/Makefile b/net/happystats/Makefile index 8727efff6ac1..09b6bb67317f 100644 --- a/net/happystats/Makefile +++ b/net/happystats/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= kiwi@oav.net COMMENT= Universal log converter into graph -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 +BUILD_DEPENDS= imake:${X_IMAKE_PORT} LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 \ rrd.0:${PORTSDIR}/net/rrdtool |