diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-11 20:03:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-11 20:03:35 +0000 |
commit | 5d09d0e1da7c98a0c05a254d5a576ae6356bb578 (patch) | |
tree | e14a29b48f37aaa6fc33f9ce3f5dbaf23163e884 /lang | |
parent | 74393c19f9969438b70da9d17566fa71bfeddb12 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/xsb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/xsb/Makefile b/lang/xsb/Makefile index 565b8d90ecc0..9b56e9a1f12e 100644 --- a/lang/xsb/Makefile +++ b/lang/xsb/Makefile @@ -16,6 +16,8 @@ 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 + WRKSRC= ${WRKDIR}/XSB/build USE_GMAKE= yes |