aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
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>