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 /x11/gnomelibs | |
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 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index de71c34f625e..d45b775cbf41 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.2.9 PORTREVISION= 1 -CATEGORIES= x11 gnome +CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs DISTNAME= gnome-libs-${PORTVERSION} |