Convert to USES=metaport.

PR:		201497
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
This commit is contained in:
Koop Mast 2015-07-14 13:35:49 +00:00
parent 2fabe081aa
commit 0a5947d7c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391997
1 changed files with 1 additions and 7 deletions

View File

@ -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>