Include "gettext-lib" glue code to prevent creation of broken

"gimpprint-config" script. This should fix PR pkg/15654.
This commit is contained in:
tron 2002-02-18 13:28:44 +00:00
parent 5a9dd01134
commit 0b7fe93445

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2002/02/17 21:11:33 jlam Exp $
# $NetBSD: Makefile,v 1.3 2002/02/18 13:28:44 tron Exp $
#
DISTNAME= gimp-print-4.2.0
@ -24,4 +24,5 @@ CONFIGURE_ARGS+= --without-translated-ppds
CONFIGURE_ARGS+= --without-samples
CONFIGURE_ARGS+= --disable-escputil
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"