Revert error in previous (commented out PKG_SKIP_REASON).

This commit is contained in:
tv 2005-03-10 21:15:36 +00:00
parent 64aa551fe3
commit d3e77e989d

View file

@ -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"