summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-12 07:26:18 +0000
committerjlam <jlam@pkgsrc.org>2005-06-12 07:26:18 +0000
commited518761e2f901a3233a036fed45cc35124110e0 (patch)
tree994f834f26a71dd2c33bfc3147ae394942e598ae /devel/libgetopt
parent829dde9e0d34ad2455345d53b9350afd4e13de0f (diff)
downloadpkgsrc-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/Makefile6
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