diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-24 21:52:43 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-24 21:52:43 +0000 |
commit | 52a16208eaba05e0c1cb0d95be24e44e71706dd2 (patch) | |
tree | 5a7ea66d25b9bb72643f4945eee29bb8e70f7bd5 /x11/hs-xmobar | |
parent | 8d576420f06c4fab68fe0ebef32941d23d62e84d (diff) |
Notes
Diffstat (limited to 'x11/hs-xmobar')
-rw-r--r-- | x11/hs-xmobar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index 31561db048e5..f2547f51e397 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -7,7 +7,6 @@ PORTNAME= xmobar PORTVERSION= 0.11.1 CATEGORIES= x11 haskell -PKGNAMEPREFIX= MAINTAINER= haskell@FreeBSD.org COMMENT= A minimalistic text based status bar @@ -25,6 +24,7 @@ OPTIONS= XFT "Use Xft to render text (UTF-8 support included)" off \ UTF8 "UTF-8 support" on \ MPD "mpd support" off +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .include <bsd.port.options.mk> # Disable Linux-only options |