summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-20 21:17:36 +0000
committerjlam <jlam@pkgsrc.org>2001-06-20 21:17:36 +0000
commit86527b6c0adde2a98a8685b267e32b5aa91170c5 (patch)
tree4404707050aea9b172764cdab4b3bcc2f331b993 /print
parentba08e4458e739433f5f462ded93d9644db73677d (diff)
downloadpkgsrc-86527b6c0adde2a98a8685b267e32b5aa91170c5.tar.gz
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'print')
-rw-r--r--print/xpp/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index 9c16afd71cb..1422b3f57d0 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/06/11 06:34:48 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2001/06/20 21:20:58 jlam Exp $
DISTNAME= xpp-1.0
CATEGORIES= print x11
@@ -8,15 +8,12 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://cups.sourceforge.net/xpp/index.html
COMMENT= X Printing Panel
-USE_X11= # defined
+USE_X11= # defined
+USE_BUILDLINK_ONLY= # defined
+USE_GMAKE= # defined
+GNU_CONFIGURE= # defined
-USE_GMAKE= # defined
-GNU_CONFIGURE= # defined
-
-.include "../../print/cups/buildlink.mk"
-.include "../../x11/fltk/buildlink.mk"
-
-DOCDIR= ${PREFIX}/share/doc/xpp
+DOCDIR= ${PREFIX}/share/doc/xpp
pre-configure:
cd ${WRKSRC}; ${TOUCH} Makefile.in aclocal.m4 configure
@@ -25,4 +22,6 @@ post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
+.include "../../print/cups/buildlink.mk"
+.include "../../x11/fltk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"