summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authortnn <tnn>2008-02-16 23:38:42 +0000
committertnn <tnn>2008-02-16 23:38:42 +0000
commitd51b47398bd020aade41cded0ba81c42a77e8c74 (patch)
tree9a1600cee2ee5876010b8656fdff377c2c3b290f /devel/libgetopt
parent5db2980f9521da962b72b33b5f84c001d7328afa (diff)
downloadpkgsrc-d51b47398bd020aade41cded0ba81c42a77e8c74.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