diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-10 15:40:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-10 15:40:16 +0000 |
commit | 79c8105e8c40983bdb219359d77f8c74fabb33e2 (patch) | |
tree | e5a6ad0da8084ad7913046671450efb84e87348a /print | |
parent | fd75e24317f11b2d93b0aa1290d4ac1d1d35e98c (diff) | |
download | pkgsrc-79c8105e8c40983bdb219359d77f8c74fabb33e2.tar.gz |
Add ghostscript-x11 to CONFLICTS in case people have already started
using the (now deprecated) ghostscript-x11 package.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 3b80e1d6750..295acb1c0ec 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2000/05/10 15:28:31 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/05/10 15:40:16 jlam Exp $ PKGNAME= ghostscript-${GS_VERS} CATEGORIES+= x11 -CONFLICTS= ghostscript{,-nox11}-[0-9]* +CONFLICTS= ghostscript{,-x11,-nox11}-[0-9]* USE_X11= # defined |