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 /lang/xsb | |
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 'lang/xsb')
-rw-r--r-- | lang/xsb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/xsb/Makefile b/lang/xsb/Makefile index 91c07bd0591d..1248799585d1 100644 --- a/lang/xsb/Makefile +++ b/lang/xsb/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} MAINTAINER= c.rued@xsb.com COMMENT= A tabled Logic Programming and Deductive Database system -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/imake-4 +BUILD_DEPENDS= makedepend:${X_IMAKE_PORT} WRKSRC= ${WRKDIR}/XSB/build USE_GMAKE= yes |