aboutsummaryrefslogtreecommitdiff
path: root/lang/libobjc2
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-12-29 14:30:46 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-12-29 14:30:46 +0000
commit7823fa4b7e3cdfcc53687849cb0ebcf1db29a590 (patch)
tree80d47d6daf921a1ed1c73eb307c65303934a6eed /lang/libobjc2
parentb7c359583d68680986466ddf6be2ce1a1dcb92fc (diff)
downloadports-7823fa4b7e3cdfcc53687849cb0ebcf1db29a590.tar.gz
ports-7823fa4b7e3cdfcc53687849cb0ebcf1db29a590.zip
Cleanup GH_* and variables order.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=404743
Diffstat (limited to 'lang/libobjc2')
-rw-r--r--lang/libobjc2/Makefile8
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