diff options
author | dougb <dougb@FreeBSD.org> | 2011-05-18 10:13:35 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-05-18 10:13:35 +0800 |
commit | 8c0588b5528e0f48b8ef817d0329f98422a8fcee (patch) | |
tree | 29010c367afb62ae9889ee575bde1a99b3818bcd /x11-wm | |
parent | 1149b5775492c99886633795883f75a49655883f (diff) | |
download | freebsd-ports-gnome-8c0588b5528e0f48b8ef817d0329f98422a8fcee.tar.gz freebsd-ports-gnome-8c0588b5528e0f48b8ef817d0329f98422a8fcee.tar.zst freebsd-ports-gnome-8c0588b5528e0f48b8ef817d0329f98422a8fcee.zip |
Turns out this needs bsd.port.pre.mk instead of bsd.port.options.mk
because I need FILESDIR defined.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index e32f272f6acd..7eb1c3186673 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -56,7 +56,7 @@ OPTIONS= WM_SINGLE_CLICK "Add single-click option to WPrefs menu" on \ WM_LINGUAS "Enable support for additional locales" off \ DOCKHOTKEYS "Enable support for hotkeys on docks" off -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> .if ${ARCH} == amd64 CONFIGURE_ENV+= ac_cv_c_inline_asm=no |