diff options
author | tron <tron> | 2004-02-06 10:36:10 +0000 |
---|---|---|
committer | tron <tron> | 2004-02-06 10:36:10 +0000 |
commit | 54895a5794b03649d95e877f4502a9b3814f109c (patch) | |
tree | 58b81acc7fc8038efc35d72e8edf11876ebbd977 /print | |
parent | dc5f0f83404637b292840c27e15929befea81f42 (diff) | |
download | pkgsrc-54895a5794b03649d95e877f4502a9b3814f109c.tar.gz |
Include buildlink2 glue code for "libiconv", "ncurses" and "readline" to
fix build problem. Bump package revision.
Diffstat (limited to 'print')
-rw-r--r-- | print/gimp-print-escputil/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/gimp-print-escputil/Makefile b/print/gimp-print-escputil/Makefile index a35fba97850..af033f17485 100644 --- a/print/gimp-print-escputil/Makefile +++ b/print/gimp-print-escputil/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2004/02/06 06:29:13 reed Exp $ -# +# $NetBSD: Makefile,v 1.13 2004/02/06 10:36:10 tron Exp $ DISTNAME= gimp-print-4.2.5 PKGNAME= gimp-print-escputil-4.2.5 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} @@ -26,4 +25,7 @@ USE_GNU_TOOLS+= make USE_BUILDLINK2= yes .include "../../print/gimp-print-lib/buildlink2.mk" +.include "../../converters/libiconv/buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/readline/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |