diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-01-24 16:03:49 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-01-24 16:03:49 +0000 |
commit | bf3d4efb9cb65638c714c55f5225b708b4dc49cd (patch) | |
tree | 499c288df07691177afd4f7b2acd3c9bc014a522 /x11/gnomecore | |
parent | Update to 21.1.13, sync with editors/xemacs21. (diff) |
Allow CATEGORIES to be overriden by the respective japanese/* ports
(and others, should they ever be born)
Still don't understand why practically all of this can't be merged
into the main GNOME source tree, but hey ho.
Requsted by: knu
Diffstat (limited to 'x11/gnomecore')
-rw-r--r-- | x11/gnomecore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index d3a0140f90e3..a27150111c93 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomecore PORTVERSION= 1.2.4 -CATEGORIES= x11 gnome +CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core DISTNAME= gnome-core-${PORTVERSION} |