diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-30 01:52:29 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-06-30 01:52:29 +0800 |
commit | e99c85e1371a48c17d16c7e16340b0d356a02483 (patch) | |
tree | d9d17496c9370604044ee811c8115052ecc04afb /audio/libmodplug | |
parent | 55c4eebc97b6ce8ba645574aee381c68402e287a (diff) | |
download | freebsd-ports-gnome-e99c85e1371a48c17d16c7e16340b0d356a02483.tar.gz freebsd-ports-gnome-e99c85e1371a48c17d16c7e16340b0d356a02483.tar.zst freebsd-ports-gnome-e99c85e1371a48c17d16c7e16340b0d356a02483.zip |
Replace INSTALL_SHLIB with USE_LDCONFIG
Diffstat (limited to 'audio/libmodplug')
-rw-r--r-- | audio/libmodplug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 77de26a361af..944cac6bcd5d 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= modplug-xmms MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GMAKE= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes |