diff options
author | Wen Heping <wen@FreeBSD.org> | 2020-05-12 08:41:02 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2020-05-12 08:41:02 +0000 |
commit | 35680f0fcafa25a0fc5c60a144921b398a5d8fd0 (patch) | |
tree | 00a11c91e89fb0c8c39e49027fc7543ed34683e2 /lang/yabasic/Makefile | |
parent | 994a23aba1bfc00578e5d8d9b3a4a1f79e4a1786 (diff) |
- Update to 2.86.8
Notes
Notes:
svn path=/head/; revision=534978
Diffstat (limited to 'lang/yabasic/Makefile')
-rw-r--r-- | lang/yabasic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index ee5b0bc3b7ca..91acb9af1f64 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yabasic -PORTVERSION= 2.86.6 +PORTVERSION= 2.86.8 PORTEPOCH= 1 CATEGORIES= lang @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libffi.so:devel/libffi -USES= autoreconf bison gmake localbase ncurses xorg +USES= autoreconf bison gmake libtool localbase ncurses xorg USE_GITHUB= yes GH_ACCOUNT= marcIhm |