diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | dc1177a9a5be3b096b2023326ea54d3152bf1571 (patch) | |
tree | fac4efda6d456d2e4eb8e8e61b9c14eda7202813 /audio/libcdaudio/Makefile | |
parent | Add bin/apple_driver. (diff) |
Fourth round of INSTALLS_SHLIBS conversion.
Notes
Notes:
svn path=/head/; revision=29630
Diffstat (limited to 'audio/libcdaudio/Makefile')
-rw-r--r-- | audio/libcdaudio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index 82b18f13f52e..199bef75dd45 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -13,5 +13,6 @@ MASTER_SITES= ftp://cdcd.undergrid.net/libcdaudio/ MAINTAINER= ports@FreeBSD.org USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes .include <bsd.port.mk> |