diff options
author | drochner <drochner@pkgsrc.org> | 2005-04-20 15:42:11 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-04-20 15:42:11 +0000 |
commit | 36fc3063a02af32c650da513b540a629172a8abe (patch) | |
tree | be6c259973d7d9c14d57f724c5bf8216d18d692e /graphics | |
parent | 984bcaa8e6a7b4f337a0d78e883fb08aaa23008b (diff) | |
download | pkgsrc-36fc3063a02af32c650da513b540a629172a8abe.tar.gz |
explicitely buildlink to textproc/expat; otherwise we get a library
dependency on X11's libexpat which causes conflicts later
bump PKGREVISION
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libwmf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index e3ed9c17526..f14e690929f 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.53 2005/04/11 21:46:06 tv Exp $ +# $NetBSD: Makefile,v 1.54 2005/04/20 15:42:11 drochner Exp $ # DISTNAME= libwmf-0.2.8.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wvware/} @@ -26,4 +26,6 @@ post-install: .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" +#.include "../../fonts/fontconfig/buildlink3.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |