aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-04 08:17:12 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-04 08:17:12 +0800
commit98a62b889581089b68bab6b2de835482d5c4c4bf (patch)
tree5a3ffd30fa703e9981027b2093f5b4119c81c604 /audio
parent92a5a7f8cf50b36c9ba19382f019a4deb084b510 (diff)
downloadfreebsd-ports-gnome-98a62b889581089b68bab6b2de835482d5c4c4bf.tar.gz
freebsd-ports-gnome-98a62b889581089b68bab6b2de835482d5c4c4bf.tar.zst
freebsd-ports-gnome-98a62b889581089b68bab6b2de835482d5c4c4bf.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>
Diffstat (limited to 'audio')
-rw-r--r--audio/streamtuner-python/Makefile2
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>