diff options
-rw-r--r-- | devel/libgetopt/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile index 8a98cd08b71..458dc3fae3a 100644 --- a/devel/libgetopt/Makefile +++ b/devel/libgetopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/05/25 11:38:53 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/12 07:26:18 jlam Exp $ # DISTNAME= libgetopt-1.4.1 @@ -15,10 +15,6 @@ WRKSRC= ${WRKDIR}/libgetopt .include "../../mk/bsd.prefs.mk" -.if exists(/usr/include/getopt.h) && empty(LOWER_OPSYS:Mirix5*) -PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" -.endif - .if ${OPSYS} == "SunOS" MAKEFLAGS+= NETBSD_COMPATIBLE=YES CFLAGS+= -DREPLACE_GETOPT |