diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-14 19:20:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-14 19:20:33 +0000 |
commit | dcb7f22ad28a092625049c67dc2f0e011a1ff3b7 (patch) | |
tree | 35c55959a5a290c2d638b87c7552792660ac2d68 /lang/gcc-objc | |
parent | 70ee08a8945ccdd55e636e14676f8cccd505d292 (diff) | |
download | ports-dcb7f22ad28a092625049c67dc2f0e011a1ff3b7.tar.gz ports-dcb7f22ad28a092625049c67dc2f0e011a1ff3b7.zip |
Notes
Diffstat (limited to 'lang/gcc-objc')
-rw-r--r-- | lang/gcc-objc/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile index 0c966cc8fceb..963e16da5117 100644 --- a/lang/gcc-objc/Makefile +++ b/lang/gcc-objc/Makefile @@ -44,9 +44,4 @@ COMMENT2= 3.4.x MAKE_ENV+= LD_LIBRARY_PATH=.:${WRKSRC}/gcc -.if defined(PARALLEL_PACKAGE_BUILD) -# pointyhat generates bad package after 2005-05-24 -NO_PACKAGE= yes -.endif - .include "${MASTERDIR}/Makefile" |