diff options
author | joerg <joerg> | 2006-02-02 18:02:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-02-02 18:02:35 +0000 |
commit | b276476e1584336dc4989ec56895cf522fd1c710 (patch) | |
tree | 80c9c31220d77e58f8fb877724eca84da9e723cf /fonts | |
parent | b3f37c35e4aa14c5712255e9d58a21e5522c4a54 (diff) | |
download | pkgsrc-b276476e1584336dc4989ec56895cf522fd1c710.tar.gz |
Explicitly depend on gettext-lib, it doesn't compile without.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fontforge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile index 2c907bc40fc..090530fc780 100644 --- a/fonts/fontforge/Makefile +++ b/fonts/fontforge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/01/31 21:28:34 adam Exp $ +# $NetBSD: Makefile,v 1.19 2006/02/02 18:02:35 joerg Exp $ DISTNAME= fontforge_full-${VERSION} PKGNAME= fontforge-${VERSION} @@ -29,5 +29,6 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |