diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-08-23 16:07:34 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-08-23 16:07:34 +0000 |
commit | 33e3196ed7df1522c4935723a3bda65bedb63307 (patch) | |
tree | 9722afdc1559c770dfc7b3d7053b79f3a41b03a6 | |
parent | Use PLIST_SUB for PERL_VERSION in pkg-plist. (diff) |
USE_GMAKE
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=46721
Diffstat (limited to '')
-rw-r--r-- | lang/xsb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/xsb/Makefile b/lang/xsb/Makefile index 2bb7b454308d..ec89993e4984 100644 --- a/lang/xsb/Makefile +++ b/lang/xsb/Makefile @@ -16,6 +16,7 @@ MAINTAINER= c.rued@xsb.com WRKSRC= ${WRKDIR}/XSB/build PLIST_SUB+= MACHINE_ARCH=${MACHINE_ARCH} OPSYS=${OPSYS:S/BSD/bsd/g:S/F/f/g:S/O/o/g:S/N/n/g} +USE_GMAKE= yes do-build: @ cd ${WRKSRC} ; \ |