diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-07-06 17:27:41 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-07-06 17:27:41 +0000 |
commit | 55a524735cb5f9015e93d734003f9b64917686d7 (patch) | |
tree | d2047a81a3f38403bf0492097a8a80d4d1b384eb /misc | |
parent | cc6b9143f857a93a5705022f5adf5cb81dd95892 (diff) | |
download | ports-55a524735cb5f9015e93d734003f9b64917686d7.tar.gz ports-55a524735cb5f9015e93d734003f9b64917686d7.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/getopt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 5d896c50e1ca..900a6dfb6966 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ MAINTAINER= eadler@FreeBSD.org COMMENT= Replacement for getopt(1) that supports GNU-style long options -USES= gettext -USE_GMAKE= yes +USES= gettext gmake CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl |