diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-04-02 15:11:59 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-04-02 15:11:59 +0000 |
commit | 3cd0edb39df9435f166fb88a659e403dba2a24ae (patch) | |
tree | e5e7034b104bc4a24791aa748b855503972f0f31 | |
parent | Update to 2.0.6 (diff) |
lang/rust-nightly: better rebase r412407 against r412305
BROKEN_FreeBSD_9 is already defined by master port.
Differential Revision: https://reviews.freebsd.org/D5789
Notes
Notes:
svn path=/head/; revision=412409
-rw-r--r-- | lang/rust-nightly/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile index 8edce762a3ae..f7c27aacbeba 100644 --- a/lang/rust-nightly/Makefile +++ b/lang/rust-nightly/Makefile @@ -15,8 +15,6 @@ PATCHDIR= ${.CURDIR}/files DISTINFO_FILE= ${.CURDIR}/distinfo PLIST= ${.CURDIR}/pkg-plist -BROKEN_FreeBSD_9= Only compiles on FreeBSD 10 and 11 - USE_GITHUB= yes GH_ACCOUNT= rust-lang GH_PROJECT= rust \ |