Revert error in previous (commented out PKG_SKIP_REASON).
This commit is contained in:
parent
64aa551fe3
commit
d3e77e989d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue