diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-29 01:48:55 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-29 01:48:55 +0000 |
commit | 7f208943eb79b5c3567a542fd3baa040e2d9a365 (patch) | |
tree | d040ca6a221986b762d503614372db90b84344e0 /devel/gperf | |
parent | 1435495e701b1a565d95fd4313263f3d2c7be7d1 (diff) | |
download | ports-7f208943eb79b5c3567a542fd3baa040e2d9a365.tar.gz ports-7f208943eb79b5c3567a542fd3baa040e2d9a365.zip |
Notes
Diffstat (limited to 'devel/gperf')
-rw-r--r-- | devel/gperf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 694bdf99f5e4..62f488d03b3d 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= gperf MAINTAINER= dinoex@FreeBSD.org COMMENT= Generates perfect hash functions for sets of keywords +MAKE_JOBS_UNSAFE= yes + GNU_CONFIGURE= yes MAN1= gperf.1 |