diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-21 13:16:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-21 13:16:53 +0800 |
commit | 112e8467c9395285e94ea3856393a476c751c5a5 (patch) | |
tree | ae1bc4d9eecb481bf06eca5a1912c1a4e31b0f1a /print/gutenprint-base | |
parent | 0b6f8aedce915c1f2b652699b06c00a3ab77b390 (diff) | |
download | freebsd-ports-gnome-112e8467c9395285e94ea3856393a476c751c5a5.tar.gz freebsd-ports-gnome-112e8467c9395285e94ea3856393a476c751c5a5.tar.zst freebsd-ports-gnome-112e8467c9395285e94ea3856393a476c751c5a5.zip |
Fix LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'print/gutenprint-base')
-rw-r--r-- | print/gutenprint-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index f69be55368c0..96bada80e6d6 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -38,7 +38,7 @@ MAN1+= escputil.1 .if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp" LIB_DEPENDS+= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \ - gutenprint.3:${PORTSDIR}/print/gutenprint-base + libgutenprint.so:${PORTSDIR}/print/gutenprint-base CONFIGURE_ARGS=--with-gimp2=yes # Override CONFIGURE_ARGS BUILD_WRKSRC= ${WRKSRC}/src/gimp2 INSTALL_WRKSRC= ${WRKSRC}/src/gimp2 |