diff options
author | tv <tv@pkgsrc.org> | 2005-03-10 21:15:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-10 21:15:36 +0000 |
commit | d3e77e989d521e4ef81529526a34873122cc8ee5 (patch) | |
tree | efde9ed9d055a2695be73dc85408469122960320 /devel | |
parent | 64aa551fe3e16477d78a7bbdb4e9d21cc0f6144b (diff) | |
download | pkgsrc-d3e77e989d521e4ef81529526a34873122cc8ee5.tar.gz |
Revert error in previous (commented out PKG_SKIP_REASON).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgetopt/Makefile | 4 |
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" |