diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 12:25:35 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 12:25:35 +0800 |
commit | 7b69d793d17614fc7c023575f907ec7cc9ea6205 (patch) | |
tree | af5088e0cfd37ea500df60dd689c80139b6a2d82 /emulators/linux_base-c6 | |
parent | 1bf0843d96d8b63a3718d8e334628e81bd557cad (diff) | |
download | freebsd-ports-gnome-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.gz freebsd-ports-gnome-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.zst freebsd-ports-gnome-7b69d793d17614fc7c023575f907ec7cc9ea6205.zip |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Diffstat (limited to 'emulators/linux_base-c6')
-rw-r--r-- | emulators/linux_base-c6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/linux_base-c6/Makefile b/emulators/linux_base-c6/Makefile index 34103dca9b6f..f3fe40d0cc5a 100644 --- a/emulators/linux_base-c6/Makefile +++ b/emulators/linux_base-c6/Makefile @@ -103,7 +103,6 @@ CONFLICTS= linux_base-7* linux_base-deb* linux_base-gentoo* \ ONLY_FOR_ARCHS= i386 amd64 LINUX_RPM_ARCH= i386 USE_LINUX_PREFIX= yes -NO_FILTER_SHLIBS= yes NO_WRKSUBDIR= yes MD5_FILE?= ${MASTERDIR}/distinfo.${LINUX_RPM_ARCH} PLIST_SUB= GLIBCVER="2.3.6" |