diff options
author | ade <ade@FreeBSD.org> | 2001-01-25 00:03:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-01-25 00:03:49 +0800 |
commit | c1620ae890ca816cebec45869bac2a587200e3ea (patch) | |
tree | 5fc2906e0280fa367fb34324f177512c5f3cd202 /math/gnumeric2 | |
parent | 5840092fed61aba5102d9169daa325ae4d250806 (diff) | |
download | freebsd-ports-gnome-c1620ae890ca816cebec45869bac2a587200e3ea.tar.gz freebsd-ports-gnome-c1620ae890ca816cebec45869bac2a587200e3ea.tar.zst freebsd-ports-gnome-c1620ae890ca816cebec45869bac2a587200e3ea.zip |
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 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 54334804a698..6d28843e5512 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnumeric PORTVERSION= 0.61 -CATEGORIES= math gnome +CATEGORIES?= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnumeric |