diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-06 16:24:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-06 16:24:24 +0800 |
commit | 9e01ff2b0b96aa5e48d0ff852ad9961d25878c9c (patch) | |
tree | 391bf749a85dc92d7febce86370636661d50c505 /x11 | |
parent | 45e68641be0492dcf043d8bc2b10b6c0ef205866 (diff) | |
download | freebsd-ports-graphics-9e01ff2b0b96aa5e48d0ff852ad9961d25878c9c.tar.gz freebsd-ports-graphics-9e01ff2b0b96aa5e48d0ff852ad9961d25878c9c.tar.zst freebsd-ports-graphics-9e01ff2b0b96aa5e48d0ff852ad9961d25878c9c.zip |
Support stage
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 e05a9d15993..f72d87aa039 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 e602ee8de86..71aa3bad054 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 |