diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
commit | 30a00f2227a3e53b607331247c81c2911c1e98ef (patch) | |
tree | b3bdcd25b598432ef78aefb0f72e9412f429eee4 /x11/lxpanel | |
parent | fc3bdd2b5bc1f418653dc07e3f7734890f957654 (diff) | |
download | ports-30a00f2227a3e53b607331247c81c2911c1e98ef.tar.gz ports-30a00f2227a3e53b607331247c81c2911c1e98ef.zip |
Notes
Diffstat (limited to 'x11/lxpanel')
-rw-r--r-- | x11/lxpanel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/lxpanel/Makefile b/x11/lxpanel/Makefile index 6118e639dbf6..4794d4a254aa 100644 --- a/x11/lxpanel/Makefile +++ b/x11/lxpanel/Makefile @@ -26,7 +26,7 @@ USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" \ --with-plugins=netstatus,volume,volumealsa,deskno,batt,kbled,xkb,thermal,cpu,cpufreq,monitors,wnckpager \ - --with-x --disable-silent-rules \ + --with-x \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CFLAGS+= -I${WRKSRC} |