diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-12 07:26:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-12 07:26:18 +0000 |
commit | ed518761e2f901a3233a036fed45cc35124110e0 (patch) | |
tree | 994f834f26a71dd2c33bfc3147ae394942e598ae /devel/libgetopt | |
parent | 829dde9e0d34ad2455345d53b9350afd4e13de0f (diff) | |
download | pkgsrc-ed518761e2f901a3233a036fed45cc35124110e0.tar.gz |
Don't prevent this package from building/installing even if getopt_long
is already provided by the system natively. There is no reason to
prevent its installation.
Diffstat (limited to 'devel/libgetopt')
-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 |