diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-01-09 21:32:12 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-01-09 21:32:12 +0000 |
commit | 1a75cb1d44d0e805336b016a92a4b2d8d564fdda (patch) | |
tree | 604f06bea271b71fb7be1993c1c2ba323b4506e1 /x11 | |
parent | f27ca4d0f1e1df6ff92a7455ddea39730ec30f60 (diff) | |
download | ports-1a75cb1d44d0e805336b016a92a4b2d8d564fdda.tar.gz ports-1a75cb1d44d0e805336b016a92a4b2d8d564fdda.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/hs-X11-xft/Makefile | 1 | ||||
-rw-r--r-- | x11/hs-X11/Makefile | 1 | ||||
-rw-r--r-- | x11/hs-xmobar/Makefile | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index 0b7638c9105d..03d873d61d8f 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -14,6 +14,5 @@ USES= pkgconfig USE_CABAL= utf8-string>=0.1 X11>=1.2.1 USE_XORG= xft xrender -NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/x11/hs-X11/Makefile b/x11/hs-X11/Makefile index 35b77c1838c8..eb37283c9d5e 100644 --- a/x11/hs-X11/Makefile +++ b/x11/hs-X11/Makefile @@ -19,7 +19,6 @@ OPTIONS_DEFAULT= XINERAMA XINERAMA_DESC= Build with Xinerama support -NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" .if ${PORT_OPTIONS:MXINERAMA} diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index c74bf4b08ab3..0fe2f6654ec4 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -17,7 +17,7 @@ USE_XORG= xrandr EXECUTABLE= xmobar STANDALONE= yes -INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/samples/xmobar.config ${DATADIR} +INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/samples/xmobar.config ${STAGEDIR}${DATADIR} OPTIONS_DEFINE= XFT UTF8 MPD INOTIFY DATEZONE THREADED OPTIONS_DEFAULT= UTF8 @@ -29,7 +29,6 @@ INOTIFY_DESC= inotify support DATEZONE_DESC= Localized date support THREADED_DESC= Use threaded runtime -NO_STAGE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.options.mk" # Disable unsupported options |