diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-02 16:52:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-02 16:52:34 +0000 |
commit | 1bc7dd6bc18fc1c38440184499d820c23295cd4b (patch) | |
tree | 22b45043cd8b52938db3bb072b18c5c51b36a1fd /deskutils/timer-applet | |
parent | 9e0b9664ad664c3da130a4dc34789510dd204990 (diff) | |
download | ports-1bc7dd6bc18fc1c38440184499d820c23295cd4b.tar.gz ports-1bc7dd6bc18fc1c38440184499d820c23295cd4b.zip |
Notes
Diffstat (limited to 'deskutils/timer-applet')
-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> |