aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-26 07:33:36 +0800
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-26 07:33:36 +0800
commit169ea802e626e4119468b979ee59ca1e14440d75 (patch)
tree3b1d88a9cfeb98424a5f10f1e3fccf74d1ecfece /sysutils
parent27df4afa351a3e005f0dee0b8741579f8c71c54a (diff)
downloadfreebsd-ports-gnome-169ea802e626e4119468b979ee59ca1e14440d75.tar.gz
freebsd-ports-gnome-169ea802e626e4119468b979ee59ca1e14440d75.tar.zst
freebsd-ports-gnome-169ea802e626e4119468b979ee59ca1e14440d75.zip
Support stage
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/battfink/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/battfink/Makefile b/sysutils/battfink/Makefile
index caf3b5f6640d..c6866a97918d 100644
--- a/sysutils/battfink/Makefile
+++ b/sysutils/battfink/Makefile
@@ -11,16 +11,15 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An energy saving preferences app for GNOME
-USE_BZIP2= yes
USE_XORG= x11
INSTALLS_OMF= yes
-USE_GNOME= gnomehack gnomeprefix libgnomeui
-USES= gettext gmake pkgconfig
+USE_GNOME= gnomeprefix libgnomeui
+USES= gettext gmake pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
GCONF_SCHEMAS= battfink.schemas
-NO_STAGE= yes
.include <bsd.port.mk>