diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-27 23:58:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-27 23:58:21 +0000 |
commit | 14c86fb50ca39f4a6bcd09ed6547595ad3901490 (patch) | |
tree | de12d9110413ead54dda57cd18bb1b6c4a5a97b6 /print/ghostscript7/Makefile | |
parent | ef5cb5ac14c38c73fc97ebd1968ef60ad8ec03b8 (diff) | |
download | ports-14c86fb50ca39f4a6bcd09ed6547595ad3901490.tar.gz ports-14c86fb50ca39f4a6bcd09ed6547595ad3901490.zip |
- Add conflicts
PR: ports/80491
Submitted by: LI Dong <ld@ldconfig.com>
Notes
Notes:
svn path=/head/; revision=152242
Diffstat (limited to 'print/ghostscript7/Makefile')
-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 392319c800e8..bf5aebee338e 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) |