net/onedrive: remove dependency on deprecated port
lang/dmd2 is marked DEPRECATED. Remove dependency on that. PR: 236648 Submitted by: Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
This commit is contained in:
parent
a6c9c2c866
commit
2d2fed06eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499611
1 changed files with 3 additions and 12 deletions
|
@ -3,6 +3,7 @@
|
|||
PORTNAME= onedrive
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= hiroo.ono+freebsd@gmail.com
|
||||
|
@ -10,25 +11,15 @@ COMMENT= Microsoft OneDrive client
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
BUILD_DEPENDS= ldmd2:lang/ldc
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libinotify.so:devel/libinotify
|
||||
BUILD_DEPENDS= ldc2:lang/ldc
|
||||
|
||||
USES= sqlite
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= skilion
|
||||
|
||||
OPTIONS_DEFAULT= LDC
|
||||
OPTIONS_SINGLE= DLANG
|
||||
OPTIONS_SINGLE_DLANG= DMD1 DMD2 LDC
|
||||
|
||||
DMD1_DESC= Use lang/dmd1 as D compiler
|
||||
DMD2_DESC= Use lang/dmd2 as D compiler
|
||||
LDC_DESC= Use lang/ldc as D compiler
|
||||
|
||||
DMD1_MAKE_ARGS= DC=dmd1
|
||||
DMD2_MAKE_ARGS= DC=dmd
|
||||
LDC_MAKE_ARGS= DC=ldmd2
|
||||
MAKE_ARGS= DC=ldc2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue