summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-04-16 16:20:40 +0000
committerjoerg <joerg>2007-04-16 16:20:40 +0000
commit12e40d70f2e61dc124bdb4962be99fa7bd6bffe4 (patch)
treee25b36426ac42e8753767abb93534eba5ca9b360
parent9d0222b9aa5fd99c85a4c921bf3993c2f89b4836 (diff)
downloadpkgsrc-12e40d70f2e61dc124bdb4962be99fa7bd6bffe4.tar.gz
Also depend on libXprintUtil. Bump revision.
-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"