svn commit: r338183 - head/cad/libgeda

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 22:16:42 UTC 2013


Author: antoine
Date: Mon Dec 30 22:16:41 2013
New Revision: 338183
URL: http://svnweb.freebsd.org/changeset/ports/338183

Log:
  - Stage support
  - Uses shared-mime-info

Modified:
  head/cad/libgeda/Makefile

Modified: head/cad/libgeda/Makefile
==============================================================================
--- head/cad/libgeda/Makefile	Mon Dec 30 22:11:54 2013	(r338182)
+++ head/cad/libgeda/Makefile	Mon Dec 30 22:16:41 2013	(r338183)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libguile.so:${PORTSDIR}/lan
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USES=		pathfix gmake pkgconfig
+USES=		gmake pathfix pkgconfig shared-mime-info
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-update-mime-database \
@@ -24,7 +24,6 @@ CONFIGURE_ARGS=	--disable-update-mime-da
 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