summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-04-01 20:18:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-04-01 20:18:25 +0000
commit51031bdb65c03949d9fa948a8b1396f9034df88f (patch)
treeeae174dc4c09bba3961084aefa65d9f80385a882 /lang
parentLink with CXX to avoid missing symbols in library implemented in C++. (diff)
- add COMMENT and MAINTAINER
- make portlint happier
Notes
Notes: svn path=/head/; revision=77925
Diffstat (limited to 'lang')
-rw-r--r--lang/gnustep-objc/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile
index d6199bce4d04..6156fa01dbbf 100644
--- a/lang/gnustep-objc/Makefile
+++ b/lang/gnustep-objc/Makefile
@@ -5,11 +5,14 @@
# $FreeBSD$
#
-MASTERDIR?= ${.CURDIR}/../../lang/gcc32
-
PKGNAMESUFFIX= -objc
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= GNU Compiler Collection 3.2.2 with threads and shared libs
+
WANT_SHAREDLIBS= yes
WANT_THREADS_SUPPORT= yes
+MASTERDIR?= ${.CURDIR}/../../lang/gcc32
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB}