diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-04 13:49:15 +0000 |
commit | d2a5a46507b4fa4e6d3bc6e9878ff7fe88f7c797 (patch) | |
tree | 5d79a984f97ee9a5e47c732e344048cad874e544 /devel/gperf | |
parent | cfbe99ab0bc3ba92e6d9ddc80a6aa8e27419287b (diff) |
LICENSE GPLv2
Notes
Notes:
svn path=/head/; revision=255719
Diffstat (limited to 'devel/gperf')
-rw-r--r-- | devel/gperf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile index 83d65b808bc9..359bde250370 100644 --- a/devel/gperf/Makefile +++ b/devel/gperf/Makefile @@ -14,14 +14,16 @@ MASTER_SITE_SUBDIR= gperf MAINTAINER= dinoex@FreeBSD.org COMMENT= Generates perfect hash functions for sets of keywords -MAKE_JOBS_UNSAFE= yes +LICENSE= GPLv2 CONFLICTS= ace+tao-[0-9]* GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes +CONFIGURE_ARGS+= --docdir=${DOCSDIR} MAN1= gperf.1 INFO= gperf -CONFIGURE_ARGS+= --docdir=${DOCSDIR} + # avoid GPL3 PORTSCOUT= skipv:3.0.4 |