diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 10:08:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 10:08:25 +0000 |
commit | ab63f5bd0bf091680be8f919b994fb5030bef938 (patch) | |
tree | a2f7277a226fa420e033fadc2c3a36c6811f8f74 /audio/xmms-imms | |
parent | 5b52628630ca3d9489ac64f27ff2238b89ea4453 (diff) | |
download | ports-ab63f5bd0bf091680be8f919b994fb5030bef938.tar.gz ports-ab63f5bd0bf091680be8f919b994fb5030bef938.zip |
Notes
Diffstat (limited to 'audio/xmms-imms')
-rw-r--r-- | audio/xmms-imms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile index 7dc6c2d5947b..9bbbad0e6f73 100644 --- a/audio/xmms-imms/Makefile +++ b/audio/xmms-imms/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ .if defined(WITH_DEBUG) CONFIGURE_ARGS+=--enable-debug .endif -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> |