Date: Sun, 12 Jul 2015 22:44:41 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391852 - head/x11-toolkits/gnomemm Message-ID: <201507122244.t6CMif7K081901@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jul 12 22:44:40 2015 New Revision: 391852 URL: https://svnweb.freebsd.org/changeset/ports/391852 Log: Convert to USES=metaport PR: 201507 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Modified: head/x11-toolkits/gnomemm/Makefile Modified: head/x11-toolkits/gnomemm/Makefile ============================================================================== --- head/x11-toolkits/gnomemm/Makefile Sun Jul 12 22:42:29 2015 (r391851) +++ head/x11-toolkits/gnomemm/Makefile Sun Jul 12 22:44:40 2015 (r391852) @@ -5,9 +5,6 @@ PORTNAME= gnomemm PORTVERSION= 2.6.2 PORTREVISION= 8 CATEGORIES= x11-toolkits devel gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= bland@FreeBSD.org COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries @@ -19,8 +16,6 @@ LIB_DEPENDS= libgconfmm-2.6.so:${PORTSDI libgnomemm-2.6.so:${PORTSDIR}/x11/libgnomemm26 \ libgnomeuimm-2.6.so:${PORTSDIR}/x11-toolkits/libgnomeuimm26 -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507122244.t6CMif7K081901>