summaryrefslogtreecommitdiff
path: root/java/jikes
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2002-04-23 23:25:54 +0000
committerBill Fumerola <billf@FreeBSD.org>2002-04-23 23:25:54 +0000
commitc7d2b42fcfa516db07cbb6e68574e18bf1a33d6e (patch)
treea9863302c63b4a64670766f568dc33c43449b08a /java/jikes
parentBring back deleted patch. We can habe the same flags as linux (diff)
respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGURE
Submitted by: Nick Johnson <freebsd@spatula.net>
Notes
Notes: svn path=/head/; revision=58046
Diffstat (limited to 'java/jikes')
-rw-r--r--java/jikes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile
index 850a53b05c63..ae8f1d97bc63 100644
--- a/java/jikes/Makefile
+++ b/java/jikes/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= archie@freebsd.org
MAN1= jikes.1
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>