diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 06:31:15 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2007-02-05 06:31:15 +0800 |
commit | c588f9d44abf3b38515e80b6f1a8130c5ef77359 (patch) | |
tree | a92aaa30283c86066ac9ae22584f55984bbfd381 /lang | |
parent | 4912c6838c68ebc5e6dd9fdc4e86aabc1edff566 (diff) | |
download | freebsd-ports-gnome-c588f9d44abf3b38515e80b6f1a8130c5ef77359.tar.gz freebsd-ports-gnome-c588f9d44abf3b38515e80b6f1a8130c5ef77359.tar.zst freebsd-ports-gnome-c588f9d44abf3b38515e80b6f1a8130c5ef77359.zip |
s/INSTALLS_SHLIB/USE_LDCONFIG/
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 96dc8284d74d..d8ecd0206c33 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -23,7 +23,7 @@ USE_GNOME= gnomehack glib20 USE_GMAKE= yes LIBTOOLFILES= configure libgc/configure GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --program-transform-name=\'\' \ |