diff options
author | trevor <trevor@FreeBSD.org> | 2005-10-04 02:46:43 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-10-04 02:46:43 +0000 |
commit | cd730414f9b2298a898332712436c62cd1a42e8e (patch) | |
tree | d897ce48a453e3edbad58d99bbfa749b1c7fb6e1 /emulators | |
parent | 6749634061cb5c7de8ea0ad0fcc2c54d4f648ffd (diff) | |
download | FreeBSD-ports-cd730414f9b2298a898332712436c62cd1a42e8e.zip FreeBSD-ports-cd730414f9b2298a898332712436c62cd1a42e8e.tar.gz |
Set NO_LATEST_LINK, requested by kris.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-suse-9.2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/linux_base-suse-9.2/Makefile b/emulators/linux_base-suse-9.2/Makefile index 81fa90d..4ff65c2 100644 --- a/emulators/linux_base-suse-9.2/Makefile +++ b/emulators/linux_base-suse-9.2/Makefile @@ -55,6 +55,7 @@ ONLY_FOR_ARCHS= amd64 i386 DIST_SUBDIR= rpm/i386/suse/9.2 PREFIX= ${LINUXBASE} NO_FILTER_SHLIBS= yes +NO_LATEST_LINK= yes NO_MTREE= yes PLIST= ${WRKDIR}/plist |