summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-03-10 21:15:36 +0000
committertv <tv@pkgsrc.org>2005-03-10 21:15:36 +0000
commitd3e77e989d521e4ef81529526a34873122cc8ee5 (patch)
treeefde9ed9d055a2695be73dc85408469122960320 /devel
parent64aa551fe3e16477d78a7bbdb4e9d21cc0f6144b (diff)
downloadpkgsrc-d3e77e989d521e4ef81529526a34873122cc8ee5.tar.gz
Revert error in previous (commented out PKG_SKIP_REASON).
Diffstat (limited to 'devel')
-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"