diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 07:33:36 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-26 07:33:36 +0800 |
commit | 169ea802e626e4119468b979ee59ca1e14440d75 (patch) | |
tree | 3b1d88a9cfeb98424a5f10f1e3fccf74d1ecfece /sysutils | |
parent | 27df4afa351a3e005f0dee0b8741579f8c71c54a (diff) | |
download | freebsd-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/Makefile | 7 |
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> |