Date: Sat, 5 Oct 2013 11:40:08 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329443 - head/devel/libgee06 Message-ID: <201310051140.r95Be8FA043919@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sat Oct 5 11:40:08 2013 New Revision: 329443 URL: http://svnweb.freebsd.org/changeset/ports/329443 Log: Add PKGNAMESUFFIX to fix package collision. Switch new USE_GNOME and USES components. Modified: head/devel/libgee06/Makefile Modified: head/devel/libgee06/Makefile ============================================================================== --- head/devel/libgee06/Makefile Sat Oct 5 11:34:59 2013 (r329442) +++ head/devel/libgee06/Makefile Sat Oct 5 11:40:08 2013 (r329443) @@ -6,20 +6,16 @@ PORTNAME= libgee PORTVERSION= 0.6.8 CATEGORIES= devel MASTER_SITES= GNOME +PKGNAMESUFFIX= 06 MAINTAINER= kwm@FreeBSD.org COMMENT= GObject collection library -BUILD_DEPENDS= gobject-introspection>=0.9.0:${PORTSDIR}/devel/gobject-introspection - -LATEST_LINK= ${PORTNAME}06 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes -USE_GMAKE= yes USE_XZ= yes -USE_GNOME= glib20 gnomehier gnomehack -USES= pkgconfig +USE_GNOME= glib20 gnomehier introspection:build +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310051140.r95Be8FA043919>