diff options
author | drochner <drochner> | 2005-04-20 15:42:11 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-04-20 15:42:11 +0000 |
commit | 31d17ff9443ead2caba6141dd56b008ea2e1d0db (patch) | |
tree | be6c259973d7d9c14d57f724c5bf8216d18d692e /graphics/libwmf/Makefile | |
parent | 9698cb32dd17bed0f8530dec64a15b415724c361 (diff) | |
download | pkgsrc-31d17ff9443ead2caba6141dd56b008ea2e1d0db.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/libwmf/Makefile')
-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" |