diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-29 17:52:29 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-29 17:52:29 +0000 |
commit | 5e1012bd86fcacc262011e90df636386e5472a23 (patch) | |
tree | 63ea1ecbfa8abc2a7ca4423709bcc342215db7ad /audio/openspc/Makefile | |
parent | 2163e51e39108219648fb44d8f9f7390fa6965e9 (diff) | |
download | FreeBSD-ports-5e1012bd86fcacc262011e90df636386e5472a23.zip FreeBSD-ports-5e1012bd86fcacc262011e90df636386e5472a23.tar.gz |
Replace INSTALL_SHLIB with USE_LDCONFIG
Diffstat (limited to 'audio/openspc/Makefile')
-rw-r--r-- | audio/openspc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/openspc/Makefile b/audio/openspc/Makefile index 4df01ba..e61d9d4 100644 --- a/audio/openspc/Makefile +++ b/audio/openspc/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command line player for .spc and .zst files ONLY_FOR_ARCHS= i386 # contains x86 asm code -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 PORTDOCS= README |