diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-06 08:24:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-06 08:24:24 +0000 |
commit | 3bf65cd9f595745737c4faad8f858cc1e3050db9 (patch) | |
tree | 391bf749a85dc92d7febce86370636661d50c505 /x11 | |
parent | 128a428b59562de3f68a26225bced0d91eb86d9c (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/alltray/Makefile | 8 | ||||
-rw-r--r-- | x11/alltray/pkg-plist | 1 |
2 files changed, 3 insertions, 6 deletions
diff --git a/x11/alltray/Makefile b/x11/alltray/Makefile index e05a9d159938..f72d87aa0397 100644 --- a/x11/alltray/Makefile +++ b/x11/alltray/Makefile @@ -17,17 +17,13 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= alltray.1 - OPTIONS_DEFINE= KDE KDE_DESC= Support only KDE desktop +KDE_CONFIGURE_ON= --disable-gconf -NO_STAGE= yes .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MKDE} -CONFIGURE_ARGS= --disable-gconf -.else +.if ! ${PORT_OPTIONS:MKDE} USE_GNOME+= gconf2 .endif diff --git a/x11/alltray/pkg-plist b/x11/alltray/pkg-plist index e602ee8de86e..71aa3bad0543 100644 --- a/x11/alltray/pkg-plist +++ b/x11/alltray/pkg-plist @@ -2,5 +2,6 @@ bin/alltray lib/liballtray.la lib/liballtray.so lib/liballtray.so.0 +man/man1/alltray.1.gz share/applications/alltray.desktop share/pixmaps/alltray.png |