diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-29 14:30:46 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-29 14:30:46 +0000 |
commit | 7823fa4b7e3cdfcc53687849cb0ebcf1db29a590 (patch) | |
tree | 80d47d6daf921a1ed1c73eb307c65303934a6eed /lang/libobjc2 | |
parent | b7c359583d68680986466ddf6be2ce1a1dcb92fc (diff) |
Notes
Diffstat (limited to 'lang/libobjc2')
-rw-r--r-- | lang/libobjc2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/libobjc2/Makefile b/lang/libobjc2/Makefile index 253983edd480..5d92c792d9c6 100644 --- a/lang/libobjc2/Makefile +++ b/lang/libobjc2/Makefile @@ -4,10 +4,6 @@ PORTNAME= libobjc2 PORTVERSION= 1.8.1 CATEGORIES= lang devel gnustep -USE_GITHUB= yes -GH_ACCOUNT= gnustep -GH_PROJECT= libobjc2 -GH_TAGNAME= 5a21dd1 MAINTAINER= theraven@FreeBSD.org COMMENT= Replacement Objective-C runtime supporting modern Objective-C features @@ -18,6 +14,10 @@ USES= cmake objc:compiler BROKEN_powerpc= Does not compile on powerpc: Unsupported relocation type 10 BROKEN_sparc64= Does not compile on sparc64: Cannot configure clang properly +USE_GITHUB= yes +GH_ACCOUNT= gnustep +GH_TAGNAME= 5a21dd1 + .include <bsd.port.options.mk> SHLIB_MAJOR= 4 |