aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-04-24 17:50:58 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-04-24 17:50:58 +0000
commit697aef87b73a3b28cc065d5d9490b6ca418040ed (patch)
tree1d3d5d8eae955292892f4d1fc54ec395b1d0aee1 /misc
parent3191003dbce047c5e275be033502b1091087ad9d (diff)
downloadports-697aef87b73a3b28cc065d5d9490b6ca418040ed.tar.gz
ports-697aef87b73a3b28cc065d5d9490b6ca418040ed.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/getopt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index ece90f729ba6..5d896c50e1ca 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -9,8 +9,8 @@ MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/
MAINTAINER= eadler@FreeBSD.org
COMMENT= Replacement for getopt(1) that supports GNU-style long options
-USE_GETTEXT= yes
-USE_GMAKE= yes
+USES= gettext
+USE_GMAKE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl