diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/darcs/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-darcs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index ab47068e4288..e71b13d24f1f 100644 --- a/devel/darcs/Makefile +++ b/devel/darcs/Makefile @@ -20,7 +20,7 @@ USE_REINPLACE= yes USE_GMAKE= yes ALL_TARGET= darcs darcs.1 darcs-patcher darcs-createrepo -GHC_VERSION= `${LOCALBASE}/bin/ghc ----numeric-version` +GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` .if defined(WITH_CGI) ALL_TARGET+= darcs_cgi diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index ab47068e4288..e71b13d24f1f 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -20,7 +20,7 @@ USE_REINPLACE= yes USE_GMAKE= yes ALL_TARGET= darcs darcs.1 darcs-patcher darcs-createrepo -GHC_VERSION= `${LOCALBASE}/bin/ghc ----numeric-version` +GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` .if defined(WITH_CGI) ALL_TARGET+= darcs_cgi |