diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-08-19 01:40:22 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-08-19 01:40:22 +0000 |
commit | b61bb537d93afdd669988b2e4a367b1b7ca1f943 (patch) | |
tree | c0300a03ccb2543bee1db5676997c2e4c39bd010 /mbone | |
parent | 4597f4e0c37eeec879816566cc3ef85f2b17287c (diff) |
Fix more hardcoding of imake-4 port directory to use X_IMAKE_PORT.
Notes
Notes:
svn path=/head/; revision=116640
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/mcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbone/mcl/Makefile b/mbone/mcl/Makefile index 738f7ed4004c..c6075624bce5 100644 --- a/mbone/mcl/Makefile +++ b/mbone/mcl/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= past@noc.ntua.gr COMMENT= Implementation of the ALC and NORM Reliable Multicast Protocols -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/imake-4 \ +BUILD_DEPENDS= makedepend:${X_IMAKE_PORT} \ gdome-config:${PORTSDIR}/textproc/gdome2 \ glib-gettextize:${PORTSDIR}/devel/glib20 |