diff options
author | cy <cy@FreeBSD.org> | 2004-02-15 08:26:41 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-02-15 08:26:41 +0800 |
commit | b31678b56e778b437c5d22ab5d6455464bf9e79e (patch) | |
tree | 280f4ae568d6d97fa7a1f84e162c573f29b42ecd /www | |
parent | 8c2d3777686899d3ad694dbb25a3f7be540ea01d (diff) | |
download | freebsd-ports-gnome-b31678b56e778b437c5d22ab5d6455464bf9e79e.tar.gz freebsd-ports-gnome-b31678b56e778b437c5d22ab5d6455464bf9e79e.tar.zst freebsd-ports-gnome-b31678b56e778b437c5d22ab5d6455464bf9e79e.zip |
Add NO_LATEST_LINK to avoid link stomping.
Reported by: kris
Approved by: kris (wearing his portsmgr hat)
Diffstat (limited to 'www')
-rw-r--r-- | www/hydra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/hydra/Makefile b/www/hydra/Makefile index d678dea4bc21..24297978bc3a 100644 --- a/www/hydra/Makefile +++ b/www/hydra/Makefile @@ -18,6 +18,7 @@ COMMENT= A high performance multi-threaded web server LIB_DEPENDS= gnutls.7:${PORTSDIR}/security/gnutls +NO_LATEST_LINK= yes USE_REINPLACE= yes GNU_CONFIGURE= yes |