diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-03 23:14:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-03 23:14:15 +0000 |
commit | be8dac604108b05c72ea3c24d5e22964051d8875 (patch) | |
tree | 276874dc8d5587f6697d2d3653f5ab57fd3f16c2 /print/gimp-print | |
parent | b3c0a600ba768b8641ab8f13b28519b10980d8b0 (diff) | |
download | pkgsrc-be8dac604108b05c72ea3c24d5e22964051d8875.tar.gz |
Set USE_X11 (needed because of gimp-base dependency).
Diffstat (limited to 'print/gimp-print')
-rw-r--r-- | print/gimp-print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index dc70ee8879a..40deed2241f 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/22 17:27:21 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2002/11/03 23:14:15 wiz Exp $ # DISTNAME= gimp-print-4.2.3 @@ -20,6 +20,7 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_GMAKE= yes USE_BUILDLINK2= yes +USE_X11= yes .include "../../print/gimp-print-lib/buildlink2.mk" .include "../../graphics/gimp-base/buildlink2.mk" |