diff options
Diffstat (limited to 'x11-toolkits/hs-wxc/Makefile')
-rw-r--r-- | x11-toolkits/hs-wxc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile index 22d0e90c5e93..6758400d47da 100644 --- a/x11-toolkits/hs-wxc/Makefile +++ b/x11-toolkits/hs-wxc/Makefile @@ -25,7 +25,7 @@ post-patch:: .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .if ${PORT_OPTIONS:MPCLANG} || ${PORT_OPTIONS:MBCLANG} -LIB_DEPENDS+= libc++.so.1:${PORTSDIR}/devel/libc++ +LIB_DEPENDS+= libc++.so.1:devel/libc++ .if ${OSVERSION} < 1000000 CONFIGURE_ARGS+= --extra-include-dirs=${LOCALBASE}/include/c++/v1 |