summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-07-14 13:35:49 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-07-14 13:35:49 +0000
commit0a5947d7c0bada113747002f11457de2d9626eec (patch)
tree0b3ba82a6fa113b7b5c25035e77314354d4c5967 /x11
parentConvert to USES=metaport and OptionsNG. (diff)
Convert to USES=metaport.
PR: 201497 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Notes
Notes: svn path=/head/; revision=391997
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>