Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2014 13:54:17 +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: r350952 - head/devel/anjuta-extras
Message-ID:  <201404111354.s3BDsHS6062738@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Apr 11 13:54:16 2014
New Revision: 350952
URL: http://svnweb.freebsd.org/changeset/ports/350952
QAT: https://qat.redports.org/buildarchive/r350952/

Log:
  Support stage

Modified:
  head/devel/anjuta-extras/Makefile

Modified: head/devel/anjuta-extras/Makefile
==============================================================================
--- head/devel/anjuta-extras/Makefile	Fri Apr 11 13:51:28 2014	(r350951)
+++ head/devel/anjuta-extras/Makefile	Fri Apr 11 13:54:16 2014	(r350952)
@@ -11,19 +11,18 @@ MASTER_SITES=	GNOME
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Extra anjuta plugins
 
-LIB_DEPENDS=	anjuta.0:${PORTSDIR}/devel/anjuta
+LIB_DEPENDS=	libanjuta.so:${PORTSDIR}/devel/anjuta
 		
-USE_BZIP2=	yes
+USES=		gmake libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+INSTALL_TARGET=	install-strip
 USE_GNOME=	intltool
-CPPFLAGS+=	-I${LOCALBASE}/include 
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS+=--disable-plugin-valgrind \
 		--localedir=${PREFIX}/share
 
 GCONF_SCHEMAS=	anjuta-editor-scintilla.schemas
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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