diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-11-17 16:23:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-11-17 16:23:09 +0000 |
commit | 0c73d558e2259cc4639da46d0a94c898a046734a (patch) | |
tree | afd35829a573f271ecf8fa4c85b4fbfc88d2e0a3 /x11/gnome-libs | |
parent | Upgrade to v1.1 (diff) |
Conditionally set MAINTAINER, so that the japanese slave ports DTRT
Submitted by: nakai
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index f7870d200e54..a4d16826a6d6 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs DISTNAME= gnome-libs-${PORTVERSION} -MAINTAINER= ade@FreeBSD.org +MAINTAINER?= ade@FreeBSD.org LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit |