diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-12 14:13:57 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-12 14:13:57 +0000 |
commit | 07f43d0602ee147691a422a85f41d60aa6753788 (patch) | |
tree | 566b5aa32b62209e351bff8c55fa7bb076222768 /print | |
parent | 26d51239d997a13a712afc1c9be26209a5a17f0c (diff) | |
download | pkgsrc-07f43d0602ee147691a422a85f41d60aa6753788.tar.gz |
Remove CATEGORIES setting. It's a no-op, as CATEGORIES is set
unconditionally in ../ghostscript-nox11/Makefile.common.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 295acb1c0ec..520b788e862 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2000/05/10 15:40:16 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/12 14:13:57 fredb Exp $ PKGNAME= ghostscript-${GS_VERS} -CATEGORIES+= x11 CONFLICTS= ghostscript{,-x11,-nox11}-[0-9]* |