aboutsummaryrefslogtreecommitdiff
path: root/misc/getopt/Makefile
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-03-03 00:13:19 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-03-03 00:13:19 +0000
commit7f9081c6187c8bc456ea194e6a7d938ba7c52686 (patch)
tree9c0a88a472a40346a746a23d5b2c8c32b1441deb /misc/getopt/Makefile
parenta09a37b9a63c38372e6a605de89b1edc7e7ea863 (diff)
downloadports-7f9081c6187c8bc456ea194e6a7d938ba7c52686.tar.gz
ports-7f9081c6187c8bc456ea194e6a7d938ba7c52686.zip
Notes
Diffstat (limited to 'misc/getopt/Makefile')
-rw-r--r--misc/getopt/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index 8f0da2e8bbe3..ac71ef437978 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= getopt
-PORTVERSION= 1.1.4
-PORTREVISION= 2
+PORTVERSION= 1.1.5
CATEGORIES= misc
MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/
@@ -15,7 +14,7 @@ USE_GMAKE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl
-MAKE_ENV= LIBCGETOPT=0
+MAKE_ENV+= LIBCGETOPT=0
MAN1= getopt.1
DOCS= Changelog README