diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-04 08:17:12 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-04 08:17:12 +0800 |
commit | 98a62b889581089b68bab6b2de835482d5c4c4bf (patch) | |
tree | 5a3ffd30fa703e9981027b2093f5b4119c81c604 /audio | |
parent | 92a5a7f8cf50b36c9ba19382f019a4deb084b510 (diff) | |
download | freebsd-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/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> |