diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-16 01:31:12 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-16 01:31:12 +0000 |
commit | ffceb28d469d3c24ae708f9b2a40254e5a779a3f (patch) | |
tree | 910c3a30cc066924ec295ff570fdbe530e7a867a /print/ghostscript8 | |
parent | 17cedbbb2e89ed978ca61d645e34ebb715d7eb1c (diff) | |
download | ports-ffceb28d469d3c24ae708f9b2a40254e5a779a3f.tar.gz ports-ffceb28d469d3c24ae708f9b2a40254e5a779a3f.zip |
- lang/gambc, print/ghostscript-gpl, print/ghostscript-gnu all install
bin/gsc, so make they conflict to each others
PR: ports/122792
Reported by: Anatoly Borodin <anatoly.borodin at gmail.com>
Approved by: Rob Zinkov <rzinkov@eden.rutgers.edu> (maintainer of lang/gambc)
Notes
Notes:
svn path=/head/; revision=211330
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 6314f9811acc..d5b5eb6c3a8b 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -25,6 +25,8 @@ EXTRACT_ONLY= ${GS_SRCS} ${IJS_SRCS} MAINTAINER= ports@FreeBSD.org COMMENT= GPL Postscript interpreter +CONFLICTS= gambc-* ghostscript-gnu-* + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts |