diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 04:07:24 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 04:07:24 +0000 |
commit | 5ab6118cf001ddacf4f2fd8fcd19c4747b847b58 (patch) | |
tree | 1063fcfc0f228f802b73a8af257ba7fd7eb31c42 /pkgtools | |
parent | 6e48e99f2221a84aec1599b78adcda088de98bd0 (diff) | |
download | pkgsrc-5ab6118cf001ddacf4f2fd8fcd19c4747b847b58.tar.gz |
"Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead."
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 4 |
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) |