diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-03 00:52:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-03 00:52:34 +0800 |
commit | f7e81b4c6fd13b0d63a60934901cf95dc2179286 (patch) | |
tree | 22b45043cd8b52938db3bb072b18c5c51b36a1fd /deskutils | |
parent | aa51d3c32f5c4dd779860bcabef7c0dd96fe7937 (diff) | |
download | freebsd-ports-gnome-f7e81b4c6fd13b0d63a60934901cf95dc2179286.tar.gz freebsd-ports-gnome-f7e81b4c6fd13b0d63a60934901cf95dc2179286.tar.zst freebsd-ports-gnome-f7e81b4c6fd13b0d63a60934901cf95dc2179286.zip |
Stage support
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/timer-applet/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/timer-applet/Makefile b/deskutils/timer-applet/Makefile index a8ea7188ddd6..c8624e8763de 100644 --- a/deskutils/timer-applet/Makefile +++ b/deskutils/timer-applet/Makefile @@ -17,17 +17,15 @@ RUN_DEPENDS= gnome-audio>0:${PORTSDIR}/audio/gnome-audio \ WRKSRC= ${WRKDIR}/${PORTNAME} -USES= pathfix gettext +USES= gettext gmake pathfix USE_GNOME= gnomeprefix intlhack pygnomedesktop USE_PYTHON= yes -USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=${PREFIX}/libexec +CONFIGURE_ARGS= --libdir=${PREFIX}/libexec --disable-schemas-install CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= timer-applet.schemas -NO_STAGE= yes .include <bsd.port.mk> |