diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-10 08:34:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-10 08:34:22 +0000 |
commit | e235912cf1f82ddddc0eb639262a57f127bbefb8 (patch) | |
tree | 2d9e27cdc87583f0a03e7a2babd990a73a0ad15f /lang/gcc-objc | |
parent | e72d2b48e7b5c70f04ed39f981de6d1f51c45400 (diff) | |
download | ports-e235912cf1f82ddddc0eb639262a57f127bbefb8.tar.gz ports-e235912cf1f82ddddc0eb639262a57f127bbefb8.zip |
Notes
Diffstat (limited to 'lang/gcc-objc')
-rw-r--r-- | lang/gcc-objc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile index 963e16da5117..0c966cc8fceb 100644 --- a/lang/gcc-objc/Makefile +++ b/lang/gcc-objc/Makefile @@ -44,4 +44,9 @@ 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" |