diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-02 04:18:25 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-02 04:18:25 +0800 |
commit | bf580bfc7b741f3963ff718fbdfbc51c7160aaa2 (patch) | |
tree | 7e10fa102e7bf6f70d817910f3eb878bc9865e49 /lang/gnustep-objc | |
parent | 0a72b053bcd28ff2f64145080c096d0764e69408 (diff) | |
download | freebsd-ports-gnome-bf580bfc7b741f3963ff718fbdfbc51c7160aaa2.tar.gz freebsd-ports-gnome-bf580bfc7b741f3963ff718fbdfbc51c7160aaa2.tar.zst freebsd-ports-gnome-bf580bfc7b741f3963ff718fbdfbc51c7160aaa2.zip |
- add COMMENT and MAINTAINER
- make portlint happier
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r-- | lang/gnustep-objc/Makefile | 7 |
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} |