diff options
author | will <will@FreeBSD.org> | 2002-01-07 03:10:13 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-07 03:10:13 +0800 |
commit | c9c8cc5c51dc4ed07519cb81e86a0b877f20e273 (patch) | |
tree | 8f1b53ef5ac473d922fa3bccb9bddbe3a7faf291 | |
parent | 21a965c3be50e12902ff717fe195dd0e5af0a48e (diff) | |
download | freebsd-ports-gnome-c9c8cc5c51dc4ed07519cb81e86a0b877f20e273.tar.gz freebsd-ports-gnome-c9c8cc5c51dc4ed07519cb81e86a0b877f20e273.tar.zst freebsd-ports-gnome-c9c8cc5c51dc4ed07519cb81e86a0b877f20e273.zip |
Add ghostscript to dependencies so that kghostview works upon adding port.
Bump PORTREVISION.
PR: 32708
Submitted by: Vivek Khera <khera@kciLink.com>
-rw-r--r-- | graphics/kdegraphics2/Makefile | 4 | ||||
-rw-r--r-- | graphics/kdegraphics3/Makefile | 4 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile index c81a49daa395..e60396ddf0dd 100644 --- a/graphics/kdegraphics2/Makefile +++ b/graphics/kdegraphics2/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdegraphics PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -20,7 +21,8 @@ BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX \ .if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK) BUILD_DEPENDS+= objprelink:${PORTSDIR}/devel/objprelink .endif -RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX +RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX \ + gs:${PORTSDIR}/print/ghostscript-gnu USE_KDELIBS_VER=2 USE_BZIP2= yes diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index c81a49daa395..e60396ddf0dd 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdegraphics PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -20,7 +21,8 @@ BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX \ .if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK) BUILD_DEPENDS+= objprelink:${PORTSDIR}/devel/objprelink .endif -RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX +RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX \ + gs:${PORTSDIR}/print/ghostscript-gnu USE_KDELIBS_VER=2 USE_BZIP2= yes diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index c81a49daa395..e60396ddf0dd 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -7,6 +7,7 @@ PORTNAME= kdegraphics PORTVERSION= 2.2.2 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -20,7 +21,8 @@ BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX \ .if ${MACHINE_ARCH} == "i386" && !defined(NO_KDE_OBJPRELINK) BUILD_DEPENDS+= objprelink:${PORTSDIR}/devel/objprelink .endif -RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX +RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX \ + gs:${PORTSDIR}/print/ghostscript-gnu USE_KDELIBS_VER=2 USE_BZIP2= yes |