Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 18:46:15 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338160 - head/cad/geda-gattrib
Message-ID:  <201312301846.rBUIkFEQ061560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 30 18:46:15 2013
New Revision: 338160
URL: http://svnweb.freebsd.org/changeset/ports/338160

Log:
  - Stage support
  - Uses desktop-file-utils

Modified:
  head/cad/geda-gattrib/Makefile

Modified: head/cad/geda-gattrib/Makefile
==============================================================================
--- head/cad/geda-gattrib/Makefile	Mon Dec 30 18:39:48 2013	(r338159)
+++ head/cad/geda-gattrib/Makefile	Mon Dec 30 18:46:15 2013	(r338160)
@@ -21,16 +21,14 @@ DATADIR=	${PREFIX}/share/geda
 DOCSDIR=	${PREFIX}/share/doc/geda
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		desktop-file-utils gmake pkgconfig
 USE_GNOME=	gtk20 glib20
-USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
 CONFIGURE_ARGS=	--with-docdir="${DOCSDIR}" --disable-update-mime-database \
 		--disable-update-desktop-database
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312301846.rBUIkFEQ061560>