diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-01-29 12:06:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-01-29 12:06:26 +0000 |
commit | b71cedc07aeea0f5606ff1ce7d37bbaef22a8383 (patch) | |
tree | 6a6abdbabc51dd445a67015ee3a8629be6193a56 /devel/bison-devel | |
parent | f59f20149691f2dcc1906ff73711e6228cee7043 (diff) |
Add NO_LATEST_LINK to prevent link stomping
Notes
Notes:
svn path=/head/; revision=99395
Diffstat (limited to 'devel/bison-devel')
-rw-r--r-- | devel/bison-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index 3bfecb68c6c9..33c85f433030 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +NO_LATEST_LINK= yes USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |