svn commit: r350952 - head/devel/anjuta-extras
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 11 13:54:17 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list