summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authortv <tv>2005-03-10 21:15:36 +0000
committertv <tv>2005-03-10 21:15:36 +0000
commit17ac7f6fa27e40c52705d124fd2c138702421c41 (patch)
treeefde9ed9d055a2695be73dc85408469122960320 /devel/libgetopt
parentf1796ab6c8339b3974e628b7fec00ffacc6d2e54 (diff)
downloadpkgsrc-17ac7f6fa27e40c52705d124fd2c138702421c41.tar.gz
Revert error in previous (commented out PKG_SKIP_REASON).
Diffstat (limited to 'devel/libgetopt')
-rw-r--r--devel/libgetopt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile
index 1b5e53673e6..01980aa2a09 100644
--- a/devel/libgetopt/Makefile
+++ b/devel/libgetopt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2005/03/10 21:15:09 tv Exp $
+# $NetBSD: Makefile,v 1.20 2005/03/10 21:15:36 tv Exp $
#
DISTNAME= libgetopt-1.4.1
@@ -15,7 +15,7 @@ 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"
+PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution"
.endif
.if ${OPSYS} == "SunOS"