diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-18 10:21:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-18 10:21:15 +0000 |
commit | 564052c570ad0700628b07385fad177b3fb6d245 (patch) | |
tree | 65dc4fe90922f65b9be0a9aab7da917fc7fd7d2a /print | |
parent | 0ea4b974d91dfdde29c5d57271d4c16e649614ad (diff) | |
download | pkgsrc-564052c570ad0700628b07385fad177b3fb6d245.tar.gz |
bl3ify
Diffstat (limited to 'print')
-rw-r--r-- | print/xpp/Makefile | 12 |
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" |