diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-27 05:35:04 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-27 05:35:04 +0800 |
commit | 5c6961c2e33bc39ad817722a9beba31ce4e592b0 (patch) | |
tree | 3bf06b9bb339a1ee144de69a0f9c307676d67aec /audio/nas | |
parent | c177c65ffa69b52f09e5ad8611ff3506c0cd0fbe (diff) | |
download | freebsd-ports-graphics-5c6961c2e33bc39ad817722a9beba31ce4e592b0.tar.gz freebsd-ports-graphics-5c6961c2e33bc39ad817722a9beba31ce4e592b0.tar.zst freebsd-ports-graphics-5c6961c2e33bc39ad817722a9beba31ce4e592b0.zip |
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
Diffstat (limited to 'audio/nas')
-rw-r--r-- | audio/nas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/nas/Makefile b/audio/nas/Makefile index 40583a703f6..b9df4dc21b6 100644 --- a/audio/nas/Makefile +++ b/audio/nas/Makefile @@ -15,7 +15,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Network Audio System USE_IMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes MAKE_ENV+= COMPRESS_CMD="${COMPRESS_CMD:S/c//}" PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message |