summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-04-11 13:54:16 +0000
committerbapt <bapt@FreeBSD.org>2014-04-11 13:54:16 +0000
commit6e71334146ae1e2ed9e4d15f39813b8f253bda8b (patch)
tree8442f8bc278f6f0addc29971e60aca6172ad5ed1
parentbd019af0d9adfe058a725a1fbe8f1c9d02fce25b (diff)
downloadFreeBSD-ports-6e71334146ae1e2ed9e4d15f39813b8f253bda8b.zip
FreeBSD-ports-6e71334146ae1e2ed9e4d15f39813b8f253bda8b.tar.gz
Support stage
-rw-r--r--devel/anjuta-extras/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/anjuta-extras/Makefile b/devel/anjuta-extras/Makefile
index bd2d459..26a85b2 100644
--- a/devel/anjuta-extras/Makefile
+++ b/devel/anjuta-extras/Makefile
@@ -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>
OpenPOWER on IntegriCloud