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 | 125becb2696150d986706e6341181abe3daaab57 (patch) | |
tree | efde9ed9d055a2695be73dc85408469122960320 /devel/libgetopt | |
parent | 09b3a75b9bd98cec86b1e9029eda43919a5529f2 (diff) | |
download | pkgsrc-125becb2696150d986706e6341181abe3daaab57.tar.gz |
Revert error in previous (commented out PKG_SKIP_REASON).
Diffstat (limited to 'devel/libgetopt')
-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" |