diff options
author | ahze <ahze@FreeBSD.org> | 2007-04-16 20:20:24 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-04-16 20:20:24 +0800 |
commit | cc056ae9584a9d82031a61e15ada9e656100fc7d (patch) | |
tree | 518ff4b31104957a545ee011b20993209365f15e /print/gutenprint-base | |
parent | f5113577935e885dd7f01614cf87f3f21e38a420 (diff) | |
download | freebsd-ports-gnome-cc056ae9584a9d82031a61e15ada9e656100fc7d.tar.gz freebsd-ports-gnome-cc056ae9584a9d82031a61e15ada9e656100fc7d.tar.zst freebsd-ports-gnome-cc056ae9584a9d82031a61e15ada9e656100fc7d.zip |
- Make gimp-gutenprint depend on gutenprint-base instead of gutenprint
PR: ports/111332
ports/111569
Submitted by: Brian <knightbg@yahoo.com>
Mats Dufberg <mats@dufberg.se>
Diffstat (limited to 'print/gutenprint-base')
-rw-r--r-- | print/gutenprint-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index 8f4496fb85f1..44325388fe04 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -1,4 +1,4 @@ -# ports collection makefile for: gimp-print +# ports collection makefile for: [Jgimp-print # Date Created: 2002 01 02 # Whom: dgilbert@velocet.ca # @@ -45,7 +45,7 @@ MAN1+= escputil.1 .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp" LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ - gutenprint.2:${PORTSDIR}/print/gutenprint + gutenprint.2:${PORTSDIR}/print/gutenprint-base CONFIGURE_ARGS=--with-gimp2=yes # Override CONFIGURE_ARGS BUILD_WRKSRC= ${WRKSRC}/src/gimp2 INSTALL_WRKSRC= ${WRKSRC}/src/gimp2 |