diff options
author | adamw <adamw@FreeBSD.org> | 2004-12-17 09:46:44 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-12-17 09:46:44 +0800 |
commit | 8960e9442ae2eb6ce2d57f4189f944fcea36fe72 (patch) | |
tree | d0cfa7daaec42a957f1f6d5edb720795eb459cc9 /lang | |
parent | 9221fb867b2e43aa83ccb5e8c2d2ddee433b215d (diff) | |
download | freebsd-ports-gnome-8960e9442ae2eb6ce2d57f4189f944fcea36fe72.tar.gz freebsd-ports-gnome-8960e9442ae2eb6ce2d57f4189f944fcea36fe72.tar.zst freebsd-ports-gnome-8960e9442ae2eb6ce2d57f4189f944fcea36fe72.zip |
Change LATEST_LINK=no to NO_LATEST_LINK=yes. LATEST_LINK=No
doesn't actually do what maho intended.
This should also fix INDEX builds for the time being, though
I'm not sure it's what maintainer had in mind.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-ooo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index dd088c12559a..49826f3fd04e 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -21,7 +21,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER?= openoffice@FreeBSD.org COMMENT?= GNU Compiler Collection for OpenOffice.org -LATEST_LINK?= No +NO_LATEST_LINK= yes PATCHFILES+= GCC3.4.0VisibilityPatch2.diff PATCH_SITES+= http://www.nedprod.com/TnFOX/patches/ |