summaryrefslogtreecommitdiff
path: root/x11/xlogo
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2008-03-24 11:51:58 +0000
committerxtraeme <xtraeme>2008-03-24 11:51:58 +0000
commit8ee6a42c71c6fa4b4057ae1bb6a96fd68df799b7 (patch)
treefa516b4c6ffc63e8c32fb4c2a4a2585c17c7d039 /x11/xlogo
parent45d75c0a53636e29b25c3600a2c99e88f66b91c6 (diff)
downloadpkgsrc-8ee6a42c71c6fa4b4057ae1bb6a96fd68df799b7.tar.gz
This needs libXprintUtil dependency. PKGREVISION++
Diffstat (limited to 'x11/xlogo')
-rw-r--r--x11/xlogo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xlogo/Makefile b/x11/xlogo/Makefile
index 798bf3b12ca..409e2a599fd 100644
--- a/x11/xlogo/Makefile
+++ b/x11/xlogo/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2007/06/19 09:39:13 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/03/24 11:51:58 xtraeme Exp $
#
DISTNAME= xlogo-1.0.1
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/
EXTRACT_SUFX= .tar.bz2
@@ -19,5 +20,6 @@ CONFIGURE_ENV+= APP_MAN_SUFFIX=1
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
+.include "../../x11/libXprintUtil/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"