svn commit: r338160 - head/cad/geda-gattrib

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 18:46:16 UTC 2013


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}


More information about the svn-ports-head mailing list