diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 04:24:35 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-11-07 04:24:35 +0800 |
commit | ded3fbcc9b8bc615bb0de342cb551c7edfb97676 (patch) | |
tree | db8a52f72857e5b29658bec3c41d0c1257e86e69 /textproc | |
parent | 20364ec3d44993d5550a4d8b21b77a04cfd2894e (diff) | |
download | freebsd-ports-gnome-ded3fbcc9b8bc615bb0de342cb551c7edfb97676.tar.gz freebsd-ports-gnome-ded3fbcc9b8bc615bb0de342cb551c7edfb97676.tar.zst freebsd-ports-gnome-ded3fbcc9b8bc615bb0de342cb551c7edfb97676.zip |
Define NO_LATEST_LINK.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/expat/Makefile b/textproc/expat/Makefile index 8a08a581d749..f28a327f2eaf 100644 --- a/textproc/expat/Makefile +++ b/textproc/expat/Makefile @@ -20,6 +20,8 @@ MAKE_ARGS= SHLIB_MAJOR="${SHLIB_MAJOR}" \ INSTALLS_SHLIB= yes PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +NO_LATEST_LINK= yes + do-build: .for f in ${MAKEFILES} ${CP} ${FILESDIR}/${f} ${WRKSRC}/ |