diff options
author | wiz <wiz> | 2002-05-03 13:52:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-05-03 13:52:14 +0000 |
commit | 6511aaf007b171b8834209deb8ee011cc1076f4c (patch) | |
tree | ed7841b7bb7a36c6a4984cf3e2fb5e1e6fc2a48f /print/gimp-print | |
parent | 6c01b457fac58dea2c586a89b6cc2e4e96d058f7 (diff) | |
download | pkgsrc-6511aaf007b171b8834209deb8ee011cc1076f4c.tar.gz |
Depends on gnome-print-lib>=4.2.1 to compile.
Diffstat (limited to 'print/gimp-print')
-rw-r--r-- | print/gimp-print/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gimp-print/Makefile b/print/gimp-print/Makefile index ef583f7ff1b..c9894f83ba4 100644 --- a/print/gimp-print/Makefile +++ b/print/gimp-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/05/03 13:44:40 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/05/03 13:52:14 wiz Exp $ # DISTNAME= gimp-print-4.2.1 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://gimp-print.sourceforge.net/ COMMENT= GIMP print plugin -DEPENDS+= gimp-print-lib-*:../../print/gimp-print-lib +DEPENDS+= gimp-print-lib>=4.2.1:../../print/gimp-print-lib CONFLICTS+= gimp<=1.2.3 GNU_CONFIGURE= YES |