diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-04 08:17:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-04 08:17:12 +0800 |
commit | 19d6a9c3a3719e3c2b45edccad7934f049de859b (patch) | |
tree | 8ccab2418d1be7a40b58b7ef501064bcdeed3112 | |
parent | 243f660c2f386613c13e46ff473515b7a562179a (diff) | |
download | freebsd-ports-gnome-19d6a9c3a3719e3c2b45edccad7934f049de859b.tar.gz freebsd-ports-gnome-19d6a9c3a3719e3c2b45edccad7934f049de859b.tar.zst freebsd-ports-gnome-19d6a9c3a3719e3c2b45edccad7934f049de859b.zip |
remove INSTALLS_SHLIB again, put a quick note there in case somebody
else finds portlint complaining.
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
-rw-r--r-- | audio/streamtuner-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/streamtuner-python/Makefile b/audio/streamtuner-python/Makefile index 8569b07de61e..4408124d0b01 100644 --- a/audio/streamtuner-python/Makefile +++ b/audio/streamtuner-python/Makefile @@ -22,6 +22,6 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_PYTHON= yes USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +#INSTALLS_SHLIB= not needed, the libs are plugins for streamtuner only .include <bsd.port.mk> |