diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 04:25:35 +0000 |
commit | 7b69d793d17614fc7c023575f907ec7cc9ea6205 (patch) | |
tree | af5088e0cfd37ea500df60dd689c80139b6a2d82 /audio/portaudio | |
parent | 1bf0843d96d8b63a3718d8e334628e81bd557cad (diff) | |
download | FreeBSD-ports-7b69d793d17614fc7c023575f907ec7cc9ea6205.zip FreeBSD-ports-7b69d793d17614fc7c023575f907ec7cc9ea6205.tar.gz |
Retire NO_FILTER_SHLIBS now that it no longer serves a purpose
Diffstat (limited to 'audio/portaudio')
-rw-r--r-- | audio/portaudio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index c858dc3..e0d84a7 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -19,7 +19,6 @@ USE_ZIP= yes USE_GMAKE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -NO_FILTER_SHLIBS=yes PLIST_SUB+= SHLIB_VERSION=${SHLIB_VERSION} SHLIB_VERSION= 0 |