diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-08 18:44:24 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-08 18:44:24 +0000 |
commit | 3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882 (patch) | |
tree | b7d61b1db4b52ef46563c75ef09d60aadb6da242 /x11 | |
parent | 6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (diff) | |
download | ports-3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882.tar.gz ports-3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/trayer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/trayer/Makefile b/x11/trayer/Makefile index 57b35bbe8396..a579d7849102 100644 --- a/x11/trayer/Makefile +++ b/x11/trayer/Makefile @@ -13,9 +13,8 @@ COMMENT= Lightweight GTK2-based systray for UNIX desktop GITVERSION= 0-g5353f80 FETCH_ARGS= -pRr USE_GNOME= gtk20 glib20 pango atk -USES= iconv +USES= iconv gmake USE_XORG= xmu -USE_GMAKE= yes MAKE_ARGS= "PREFIX=${PREFIX}" MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/sargon-${PORTNAME}-srg-${GITVERSION:S/^0-g//} |