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 | |
parent | 309731a06475e4505bc26d547a46b3d1059885b9 (diff) | |
download | ports-0c73d558e2259cc4639da46d0a94c898a046734a.tar.gz ports-0c73d558e2259cc4639da46d0a94c898a046734a.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomecore/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomelibs/Makefile | 2 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index ce20433cf853..d3a0140f90e3 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-core DISTNAME= gnome-core-${PORTVERSION} -MAINTAINER= ade@FreeBSD.org +MAINTAINER?= ade@FreeBSD.org LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml \ bz2.1:${PORTSDIR}/archivers/bzip2 diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index f7870d200e54..a4d16826a6d6 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/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 diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index f7870d200e54..a4d16826a6d6 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/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 |