diff options
author | dholland <dholland> | 2012-07-14 21:58:17 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-07-14 21:58:17 +0000 |
commit | a4f5611ad52392327e31001e57866bbd424aabd5 (patch) | |
tree | cdb7eef3c880b0686d7ac9f4be666b1714f4992c /x11 | |
parent | f21f06c6545cf1ded65b77ab1ff8354829d14822 (diff) | |
download | pkgsrc-a4f5611ad52392327e31001e57866bbd424aabd5.tar.gz |
Remove unneeded Xprint buildlinks and bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xman/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xman/Makefile b/x11/xman/Makefile index 460b62ee01f..891a904af71 100644 --- a/x11/xman/Makefile +++ b/x11/xman/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2012/06/03 18:22:19 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/07/14 21:58:17 dholland Exp $ # DISTNAME= xman-1.1.2 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 @@ -27,6 +28,4 @@ MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" -.include "../../x11/libXp/buildlink3.mk" -.include "../../x11/libXprintUtil/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |