diff options
author | knu <knu@FreeBSD.org> | 2001-08-31 02:56:50 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-08-31 02:56:50 +0800 |
commit | 3d8a13449570c845af6708962f0177683f60c691 (patch) | |
tree | e992c0e2345f71d04ea39f71b715ba50136d9011 /x11/kdelibs3/Makefile | |
parent | 66c40e06b372f0c01bc4efcc528139763000ebea (diff) | |
download | freebsd-ports-gnome-3d8a13449570c845af6708962f0177683f60c691.tar.gz freebsd-ports-gnome-3d8a13449570c845af6708962f0177683f60c691.tar.zst freebsd-ports-gnome-3d8a13449570c845af6708962f0177683f60c691.zip |
Make CATEGORIES and MAINTAINER overridable for japanese/kde*.
Approved by: kde (will), demon (MAINTAINERs)
Diffstat (limited to 'x11/kdelibs3/Makefile')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 5765e85fda27..25eea3b8c670 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -8,11 +8,11 @@ PORTNAME= kdelibs PORTVERSION= 2.2 PORTREVISION= 3 -CATEGORIES= x11 kde +CATEGORIES?= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src -MAINTAINER= kde@FreeBSD.org +MAINTAINER?= kde@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ |