diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-16 16:20:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-16 16:20:40 +0000 |
commit | 5b9f8efc37ca5c25cb9359eaa6b2a1243c5d105b (patch) | |
tree | e25b36426ac42e8753767abb93534eba5ca9b360 /x11/xmore | |
parent | 62d146585f553437c4cdfa377ece6e3359d9eff7 (diff) | |
download | pkgsrc-5b9f8efc37ca5c25cb9359eaa6b2a1243c5d105b.tar.gz |
Also depend on libXprintUtil. Bump revision.
Diffstat (limited to 'x11/xmore')
-rw-r--r-- | x11/xmore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xmore/Makefile b/x11/xmore/Makefile index 6c2fad8396c..77a252b2cf4 100644 --- a/x11/xmore/Makefile +++ b/x11/xmore/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:47:04 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/16 16:20:40 joerg Exp $ # DISTNAME= xmore-1.0.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 @@ -16,4 +17,5 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config .include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXprintUtil/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |