diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-06-30 01:52:29 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-06-30 01:52:29 +0800 |
commit | 5e1012bd86fcacc262011e90df636386e5472a23 (patch) | |
tree | 63ea1ecbfa8abc2a7ca4423709bcc342215db7ad /audio/resid | |
parent | 2163e51e39108219648fb44d8f9f7390fa6965e9 (diff) | |
download | freebsd-ports-gnome-5e1012bd86fcacc262011e90df636386e5472a23.tar.gz freebsd-ports-gnome-5e1012bd86fcacc262011e90df636386e5472a23.tar.zst freebsd-ports-gnome-5e1012bd86fcacc262011e90df636386e5472a23.zip |
Replace INSTALL_SHLIB with USE_LDCONFIG
Diffstat (limited to 'audio/resid')
-rw-r--r-- | audio/resid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile index 3a2e9bd07f80..9fcef8b5440e 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cycle-based SID emulator engine GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared |