diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-22 22:41:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-22 22:41:50 +0000 |
commit | f1905422ee6b86d1afc28896fc9c0e4de3baf608 (patch) | |
tree | 6189ae4ab63cdc0704c29f18be3e2b350c8349a3 /x11-wm | |
parent | 7d1d3e059567d7924496edc21ddfbaf7d920f989 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/hs-xmonad-contrib/Makefile | 5 | ||||
-rw-r--r-- | x11-wm/xmonad-contrib/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/hs-xmonad-contrib/Makefile b/x11-wm/hs-xmonad-contrib/Makefile index a8693f955af2..81f5950c2611 100644 --- a/x11-wm/hs-xmonad-contrib/Makefile +++ b/x11-wm/hs-xmonad-contrib/Makefile @@ -19,7 +19,8 @@ USE_XORG= x11 OPTIONS= XFT "Enable Xft support for fonts" On -.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" +.include <bsd.port.options.mk> .if defined(WITH_XFT) CONFIGURE_ARGS+= --flags="use_xft" @@ -27,4 +28,4 @@ USE_HACKAGE+= X11-xft>=0.2 .endif .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-wm/xmonad-contrib/Makefile b/x11-wm/xmonad-contrib/Makefile index a8693f955af2..81f5950c2611 100644 --- a/x11-wm/xmonad-contrib/Makefile +++ b/x11-wm/xmonad-contrib/Makefile @@ -19,7 +19,8 @@ USE_XORG= x11 OPTIONS= XFT "Enable Xft support for fonts" On -.include <bsd.port.pre.mk> +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" +.include <bsd.port.options.mk> .if defined(WITH_XFT) CONFIGURE_ARGS+= --flags="use_xft" @@ -27,4 +28,4 @@ USE_HACKAGE+= X11-xft>=0.2 .endif .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |