diff options
Diffstat (limited to 'lang/whitespace/Makefile')
-rw-r--r-- | lang/whitespace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/whitespace/Makefile b/lang/whitespace/Makefile index ee18c1ea3136..ad5e22c23dbb 100644 --- a/lang/whitespace/Makefile +++ b/lang/whitespace/Makefile @@ -13,9 +13,9 @@ COMMENT= Interpreter for the Whitespace programming language LICENSE= GPLv2 -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libffi.so.6:${PORTSDIR}/devel/libffi +BUILD_DEPENDS= ghc:lang/ghc +LIB_DEPENDS= libgmp.so:math/gmp \ + libffi.so.6:devel/libffi USES= perl5 gmake tar:tgz USE_PERL5= build |