summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-02-16 23:38:42 +0000
committertnn <tnn@pkgsrc.org>2008-02-16 23:38:42 +0000
commit46dae8072513fdb50fcfecdbea0b49fec31fbdc2 (patch)
tree9a1600cee2ee5876010b8656fdff377c2c3b290f /devel/libgetopt
parentee7b60b45f57060e434b309a0323d843a604032a (diff)
downloadpkgsrc-46dae8072513fdb50fcfecdbea0b49fec31fbdc2.tar.gz
Use REPLACE_GETOPT on HPUX. Bump version.
Diffstat (limited to 'devel/libgetopt')
-rw-r--r--devel/libgetopt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile
index 38c0a9702d3..73d522a7e74 100644
--- a/devel/libgetopt/Makefile
+++ b/devel/libgetopt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2007/08/03 20:43:50 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2008/02/16 23:38:42 tnn Exp $
#
-DISTNAME= libgetopt-1.4.1
+DISTNAME= libgetopt-1.4.2
CATEGORIES= pkgtools sysutils
MASTER_SITES= # empty
DISTFILES= # empty
@@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}/libgetopt
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "AIX" || ${OPSYS} == "HPUX"
CFLAGS+= -DREPLACE_GETOPT
.endif