diff options
author | arved <arved@FreeBSD.org> | 2011-07-30 23:19:12 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-07-30 23:19:12 +0800 |
commit | 6e481564cb6c2606ae47590bd7bb0a6a6e95393c (patch) | |
tree | 80e7754d3319128a9a4fd29c2a7c24908a4093eb /x11-wm | |
parent | 65246cc2834c6eb5dbffeb92de0d31a862a66fa3 (diff) | |
download | freebsd-ports-gnome-6e481564cb6c2606ae47590bd7bb0a6a6e95393c.tar.gz freebsd-ports-gnome-6e481564cb6c2606ae47590bd7bb0a6a6e95393c.tar.zst freebsd-ports-gnome-6e481564cb6c2606ae47590bd7bb0a6a6e95393c.zip |
Fix build issues with GNOME
PR: 159237
Submitted by: maintainer
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/icewm/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 77b388f5a9a8..0f1674a4dd30 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -42,9 +42,9 @@ OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \ .include <bsd.port.pre.mk> .if defined(WITH_GNOMEDESKTOP) -USE_GNOME+= gnomedesktop +USE_GNOME+= gnomedesktop libgnomeui CONFIGURE_ARGS+=--enable-menus-gnome2 -INSTALL_TARGET= install install-gnome +INSTALL_TARGET= install PLIST_SUB+= GNOMEDESKTOP="" .else PLIST_SUB+= GNOMEDESKTOP="@comment " diff --git a/x11-wm/icewm/pkg-plist b/x11-wm/icewm/pkg-plist index 01da76bdaba6..a415367ab769 100644 --- a/x11-wm/icewm/pkg-plist +++ b/x11-wm/icewm/pkg-plist @@ -32,7 +32,6 @@ bin/icewmtray %%PORTDOCS%%%%DOCSDIR%%/icewm-8.html %%PORTDOCS%%%%DOCSDIR%%/icewm-9.html %%PORTDOCS%%%%DOCSDIR%%/icewm.html -%%GNOMEDESKTOP%%share/gnome/wm-properties/IceWM.desktop %%DATADIR%%/icons/app_16x16.xpm %%DATADIR%%/icons/app_32x32.xpm %%DATADIR%%/icons/emacs_16x16.xpm |