diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /lang/basic256 | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) |
Notes
Diffstat (limited to 'lang/basic256')
-rw-r--r-- | lang/basic256/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/basic256/Makefile b/lang/basic256/Makefile index 3dc8b89d1d1b..48755909638e 100644 --- a/lang/basic256/Makefile +++ b/lang/basic256/Makefile @@ -13,9 +13,9 @@ COMMENT= Easy to use BASIC language and IDE for education LICENSE= GPLv2 -BUILD_DEPENDS= espeak:${PORTSDIR}/audio/espeak \ - sqlite3:${PORTSDIR}/databases/sqlite3 \ - flex:${PORTSDIR}/textproc/flex +BUILD_DEPENDS= espeak:audio/espeak \ + sqlite3:databases/sqlite3 \ + flex:textproc/flex WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |