diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /audio/libshout/Makefile | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.zip FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'audio/libshout/Makefile')
-rw-r--r-- | audio/libshout/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libshout/Makefile b/audio/libshout/Makefile index c42accd..7719796 100644 --- a/audio/libshout/Makefile +++ b/audio/libshout/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://developer.icecast.org/libshout/releases/ MAINTAINER= zach@pabst.bendnet.com GNU_CONFIGURE= yes +INSTALLS_SHLIBS= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} .include <bsd.port.mk> |