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 /graphics | |
parent | More broken-ruby-1.8.6-backward-compatibility adaptation. (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=191050
Diffstat (limited to 'graphics')
-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 |