diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-08 20:23:38 +0000 |
commit | ed59156ea974a2adcb0480a67bd3b9a974de4609 (patch) | |
tree | 32f471cf1255d6ff64639fd65d1d4dd0e33962fb /misc/getopt | |
parent | c499bf8adee4c324e57d1011d31c74e99e261d67 (diff) | |
download | ports-ed59156ea974a2adcb0480a67bd3b9a974de4609.tar.gz ports-ed59156ea974a2adcb0480a67bd3b9a974de4609.zip |
Notes
Diffstat (limited to 'misc/getopt')
-rw-r--r-- | misc/getopt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index ac71ef437978..ece90f729ba6 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -7,7 +7,7 @@ CATEGORIES= misc MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ MAINTAINER= eadler@FreeBSD.org -COMMENT= A getopt(1) replacement that supports GNU-style long options +COMMENT= Replacement for getopt(1) that supports GNU-style long options USE_GETTEXT= yes USE_GMAKE= yes @@ -19,6 +19,8 @@ MAKE_ENV+= LIBCGETOPT=0 MAN1= getopt.1 DOCS= Changelog README +MAKE_JOBS_SAFE= yes + .include <bsd.port.options.mk> post-patch: |