diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:58:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:58:19 +0000 |
commit | 61c76992a7a088700de93cd92acee9173cffddf8 (patch) | |
tree | 420dde1256bf14951c892c68e4764ab127cd0134 /graphics/hp2xx | |
parent | 8e29f2fef07eb6a557e98d43ae142decbc99e860 (diff) | |
download | pkgsrc-61c76992a7a088700de93cd92acee9173cffddf8.tar.gz |
Modular Xorg support.
Diffstat (limited to 'graphics/hp2xx')
-rw-r--r-- | graphics/hp2xx/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile index ad74d4381ed..57ed89e4281 100644 --- a/graphics/hp2xx/Makefile +++ b/graphics/hp2xx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/04/17 13:46:33 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2007/02/15 14:58:21 joerg Exp $ # DISTNAME= hp2xx-3.4.4 @@ -20,12 +20,11 @@ INFO_FILES= # PLIST INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 -.include "../../graphics/tiff/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../print/pdflib/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" - post-extract: ${CP} ${WRKSRC}/makes/generic.mak ${WRKSRC}/sources/Makefile +.include "../../graphics/tiff/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../print/pdflib/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |