summaryrefslogtreecommitdiff
path: root/x11/xmore
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-04-16 16:20:40 +0000
committerjoerg <joerg@pkgsrc.org>2007-04-16 16:20:40 +0000
commited107326f0e4d85ab405986c83ca3c69d3559d24 (patch)
treee25b36426ac42e8753767abb93534eba5ca9b360 /x11/xmore
parent90b1ebf18019c1f8485590f5e7629a87f1a8168c (diff)
downloadpkgsrc-ed107326f0e4d85ab405986c83ca3c69d3559d24.tar.gz
Also depend on libXprintUtil. Bump revision.
Diffstat (limited to 'x11/xmore')
-rw-r--r--x11/xmore/Makefile4
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"