From 46dae8072513fdb50fcfecdbea0b49fec31fbdc2 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 16 Feb 2008 23:38:42 +0000 Subject: Use REPLACE_GETOPT on HPUX. Bump version. --- devel/libgetopt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel') 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 -- cgit v1.2.3