diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-09 10:40:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-09 10:40:13 +0000 |
commit | eb69f94238af3523068654df38c083c0fb1ed054 (patch) | |
tree | 8e6c198f6b5dacdc8802b95f0ee6c3f9e03d7a0a /math | |
parent | Upgrade to 0.6.0. (diff) |
USE_X_PREFIX has to be before bsd.port.pre.mk.
Notes
Notes:
svn path=/head/; revision=21489
Diffstat (limited to 'math')
-rw-r--r-- | math/kaskade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/kaskade/Makefile b/math/kaskade/Makefile index eeb2b6ffdf65..a13845da393a 100644 --- a/math/kaskade/Makefile +++ b/math/kaskade/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= giffunip@asme.org +USE_X_PREFIX= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400004 MAKE_ENV+= HAVE_G2C=yes @@ -23,7 +25,6 @@ DIST_SUBDIR= kaskade WRKSRC= ${WRKDIR}/3.1 MAKEFILE= makefile ALL_TARGET= k6 -USE_X_PREFIX= yes do-install: $(INSTALL_PROGRAM) $(WRKSRC)/k6 $(PREFIX)/bin |