summaryrefslogtreecommitdiff
path: root/print/xpp
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-18 10:21:15 +0000
committerjlam <jlam@pkgsrc.org>2004-02-18 10:21:15 +0000
commit1d98f6a8b18da578a984cd6181cf68c4ba3f3cf2 (patch)
tree65dc4fe90922f65b9be0a9aab7da917fc7fd7d2a /print/xpp
parentd55675c88d62a960537e9f9461385673da850dc0 (diff)
downloadpkgsrc-1d98f6a8b18da578a984cd6181cf68c4ba3f3cf2.tar.gz
bl3ify
Diffstat (limited to 'print/xpp')
-rw-r--r--print/xpp/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index 2e2b8ae3c37..620eb7e7b3f 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/01/24 14:58:00 grant Exp $
+# $NetBSD: Makefile,v 1.22 2004/02/18 10:21:43 jlam Exp $
DISTNAME= xpp-1.1
PKGREVISION= 2
@@ -9,10 +9,10 @@ MAINTAINER= jlam@NetBSD.org
HOMEPAGE= http://cups.sourceforge.net/xpp/index.html
COMMENT= X Printing Panel
-USE_BUILDLINK2= # defined
-USE_X11= # defined
+USE_BUILDLINK3= yes
+USE_X11= yes
USE_GNU_TOOLS+= make
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
DOCDIR= ${PREFIX}/share/doc/xpp
@@ -20,7 +20,7 @@ post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
-.include "../../print/cups/buildlink2.mk"
-.include "../../x11/fltk/buildlink2.mk"
+.include "../../print/cups/buildlink3.mk"
+.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"