summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 04:07:24 +0000
committerrodent <rodent>2013-04-06 04:07:24 +0000
commit763b8099280b5b161080163dd898714454df6aaf (patch)
tree1063fcfc0f228f802b73a8af257ba7fd7eb31c42 /pkgtools
parent7231e79f6f0cfc117d9844942313748b75a48708 (diff)
downloadpkgsrc-763b8099280b5b161080163dd898714454df6aaf.tar.gz
"Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead."
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/xpkgwedge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile
index 6bfb21a7211..6e2f2f9337b 100644
--- a/pkgtools/xpkgwedge/Makefile
+++ b/pkgtools/xpkgwedge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2012/09/11 23:19:40 asau Exp $
+# $NetBSD: Makefile,v 1.81 2013/04/06 04:07:24 rodent Exp $
DISTNAME= xpkgwedge-1.17
CATEGORIES= pkgtools devel x11
@@ -22,7 +22,7 @@ NO_CONFIGURE= yes
USE_TOOLS+= imake:run xmkmf:run
.if ${LOCALBASE} == ${X11BASE}
-PKG_SKIP_REASON+= "xpkgwedge is not needed when X11BASE is LOCALBASE"
+PKG_FAIL_REASON+= "xpkgwedge is not needed when X11BASE is LOCALBASE"
.endif
.if exists(${X11BASE}/bin/mkfontscale)