diff options
author | ahze <ahze@FreeBSD.org> | 2007-04-28 14:05:35 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-04-28 14:05:35 +0800 |
commit | 69a26b52e7010f650a7efe094c1d0bf0148008a9 (patch) | |
tree | 9dbfb8e101932f57309e10382f4753ea3ff36003 /graphics/gimp-devel | |
parent | 138d10f57a16aa151478a15ad7e4013e0f447b2e (diff) | |
download | freebsd-ports-gnome-69a26b52e7010f650a7efe094c1d0bf0148008a9.tar.gz freebsd-ports-gnome-69a26b52e7010f650a7efe094c1d0bf0148008a9.tar.zst freebsd-ports-gnome-69a26b52e7010f650a7efe094c1d0bf0148008a9.zip |
- Add gimp-devel-gutenprint [1]
- Make gimp-devel depend on gimp-devel-gutenprint instead of gimp-gutenprint [2]
Repocopied by: marcus [1]
Reported by: kris mail [2]
Diffstat (limited to 'graphics/gimp-devel')
-rw-r--r-- | graphics/gimp-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 8f04dede40c9..af3f6623ea07 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -8,6 +8,7 @@ PORTNAME= gimp PORTVERSION?= 2.3 +PORTREVISION= 1 PORTEPOCH?= 2 CATEGORIES= graphics gnome MASTER_SITES?= # empty @@ -43,7 +44,7 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graph .endif .if !defined(WITHOUT_PRINT) -RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/print:${PORTSDIR}/print/gimp-gutenprint +RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/print:${PORTSDIR}/print/gimp-devel-gutenprint .endif do-install: # empty |