From d3629354f5bbea8921261ace1530c0cb58c93f9d Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 25 Apr 2014 22:50:51 +0000 Subject: [PATCH] Support stage --- net/gnome-netstatus/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index bf94c2c2812e..d4c5136459e5 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -10,19 +10,17 @@ MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME applet that shows network status +COMMENT= GNOME applet that shows network status INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel \ - gnomedocutils -USES= gettext gmake pkgconfig +USE_GNOME= intlhack gnomeprefix libgnome gnomepanel gnomedocutils +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +INSTALL_TARGET= install-strip GCONF_SCHEMAS= netstatus.schemas -NO_STAGE= yes .include