diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
commit | 7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch) | |
tree | e83ee6693050a76e305a95a376451aa583df151e /x11-toolkits/hs-wxcore/Makefile | |
parent | a35ba13770957a577275c3575d979457605f2aff (diff) | |
download | ports-7ae7b018ccf7760013f368fcb83aad9ecd8982a8.tar.gz ports-7ae7b018ccf7760013f368fcb83aad9ecd8982a8.zip |
Notes
Diffstat (limited to 'x11-toolkits/hs-wxcore/Makefile')
-rw-r--r-- | x11-toolkits/hs-wxcore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/hs-wxcore/Makefile b/x11-toolkits/hs-wxcore/Makefile index 3732f0d3182d..8fcec492fb9a 100644 --- a/x11-toolkits/hs-wxcore/Makefile +++ b/x11-toolkits/hs-wxcore/Makefile @@ -9,9 +9,11 @@ COMMENT= wxHaskell core USE_CABAL= parsec stm wxc>=0.91 wxdirect>=0.91 +USES= dos2unix +DOS2UNIX_GLOB= *.hs + USE_WX= 3.0 WX_COMPS= wx -WX_UNICODE= yes .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |