diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome3/Makefile | 8 |
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> |