aboutsummaryrefslogtreecommitdiff
path: root/devel/gperf
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /devel/gperf
parent0dea0192303406b3b949a31479a4264b58bafce6 (diff)
downloadports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz
ports-1e3119b07ebe66367ead55242a47710e556bf383.zip
Notes
Diffstat (limited to 'devel/gperf')
-rw-r--r--devel/gperf/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile
index 336d928e0c0e..45c7a4e4956c 100644
--- a/devel/gperf/Makefile
+++ b/devel/gperf/Makefile
@@ -10,7 +10,9 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= Generates perfect hash functions for sets of keywords
LICENSE= GPLv2
+
CONFLICTS= ace+tao-[0-9]*
+NO_STAGE= yes
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
@@ -27,5 +29,4 @@ regression-test: test
test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
-NO_STAGE= yes
.include <bsd.port.mk>