diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-04-28 06:05:35 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-04-28 06:05:35 +0000 |
commit | 975866a2819cf91608d07accc24c319ba4fca2b0 (patch) | |
tree | 9eb6b32d9a47574cfa414ca43d231911f97bf52b /print/gutenprint-base | |
parent | 7fa8e9e27655be5dd088f48631b550e3e758eb3a (diff) | |
download | ports-975866a2819cf91608d07accc24c319ba4fca2b0.tar.gz ports-975866a2819cf91608d07accc24c319ba4fca2b0.zip |
Notes
Diffstat (limited to 'print/gutenprint-base')
-rw-r--r-- | print/gutenprint-base/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index 44325388fe04..447d3334c46f 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -1,4 +1,4 @@ -# ports collection makefile for: [Jgimp-print +# ports collection makefile for: gimp-print # Date Created: 2002 01 02 # Whom: dgilbert@velocet.ca # @@ -43,9 +43,13 @@ GUTENPRINTUI2_LIBS=`${PKG_CONFIG} --libs gutenprintui2` MAN1+= escputil.1 .endif -.if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp" -LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ - gutenprint.2:${PORTSDIR}/print/gutenprint-base +.if defined(GUT_SLAVE) && (${GUT_SLAVE}=="gimp" || ${GUT_SLAVE}=="gimp-devel") +.if ${GUT_SLAVE}=="gimp" +LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app +.elif ${GUT_SLAVE}=="gimp-devel" +LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app-devel +.endif +LIB_DEPENDS+= gutenprint.2:${PORTSDIR}/print/gutenprint-base CONFIGURE_ARGS=--with-gimp2=yes # Override CONFIGURE_ARGS BUILD_WRKSRC= ${WRKSRC}/src/gimp2 INSTALL_WRKSRC= ${WRKSRC}/src/gimp2 |