aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2015-07-14 21:35:49 +0800
committerkwm <kwm@FreeBSD.org>2015-07-14 21:35:49 +0800
commitb9414c5f27c0676e274ea54cfec8874216bc01b4 (patch)
tree0b3ba82a6fa113b7b5c25035e77314354d4c5967 /x11
parent1f1939f76af4db36137520d4fa1ea172660bcaed (diff)
downloadfreebsd-ports-gnome-b9414c5f27c0676e274ea54cfec8874216bc01b4.tar.gz
freebsd-ports-gnome-b9414c5f27c0676e274ea54cfec8874216bc01b4.tar.zst
freebsd-ports-gnome-b9414c5f27c0676e274ea54cfec8874216bc01b4.zip
Convert to USES=metaport.
PR: 201497 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome3/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/gnome3/Makefile b/x11/gnome3/Makefile
index 442ecdffd7ac..80c1718e4ed2 100644
--- a/x11/gnome3/Makefile
+++ b/x11/gnome3/Makefile
@@ -5,9 +5,6 @@
PORTNAME= gnome3
PORTVERSION= 3.14.2
CATEGORIES?= x11 gnome
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
MAINTAINER= gnome@FreeBSD.org
COMMENT?= The "meta-port" for the GNOME 3 integrated X11 desktop
@@ -40,8 +37,7 @@ RUN_DEPENDS?= dconf-editor:${PORTSDIR}/devel/dconf-editor \
${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme \
ekiga:${PORTSDIR}/net-im/ekiga
-NO_BUILD= yes
-NO_MTREE= yes
+USES= metaport
.if ${.CURDIR:T}!="gnome3-lite"
OPTIONS_DEFINE+=MAPI
@@ -81,6 +77,4 @@ RUN_DEPENDS+= evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi
.endif
.endif # !gnome3-lite section
-do-install: # empty
-
.include <bsd.port.mk>