diff options
author | pav <pav@FreeBSD.org> | 2005-12-28 07:58:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-28 07:58:21 +0800 |
commit | fdb09db09dc70c0f10b824ea868e4da34e2bed2e (patch) | |
tree | 5bcb74446ac1888616ae7e8f9bc2b205e0c0d044 /print/ghostscript7 | |
parent | 9186bbb9a4e6c000200d0a29cb4e43a93155e7a3 (diff) | |
download | freebsd-ports-graphics-fdb09db09dc70c0f10b824ea868e4da34e2bed2e.tar.gz freebsd-ports-graphics-fdb09db09dc70c0f10b824ea868e4da34e2bed2e.tar.zst freebsd-ports-graphics-fdb09db09dc70c0f10b824ea868e4da34e2bed2e.zip |
- Add conflicts
PR: ports/80491
Submitted by: LI Dong <ld@ldconfig.com>
Diffstat (limited to 'print/ghostscript7')
-rw-r--r-- | print/ghostscript7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 392319c800e..bf5aebee338 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -92,8 +92,10 @@ XCFLAGS+= -DA4 .if defined(WITHOUT_X11) PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11 +CONFLICTS+= ghostscript-gnu-[0-9]* .else USE_XLIB= yes +CONFLICTS+= ghostscript-gnu-nox11-* .endif .if defined(WITH_SVGALIB) |