diff options
author | pav <pav@FreeBSD.org> | 2007-02-01 21:45:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-01 21:45:09 +0800 |
commit | 13d1a5c50c3b9f388e2d84921ac44075fb2e344f (patch) | |
tree | f63b5d283d9a397435a9d581668492c274bfbead /x11-toolkits/lesstif/Makefile | |
parent | f3171acf7cde880a827c8e16ff2a73cb4da58f04 (diff) | |
download | freebsd-ports-gnome-13d1a5c50c3b9f388e2d84921ac44075fb2e344f.tar.gz freebsd-ports-gnome-13d1a5c50c3b9f388e2d84921ac44075fb2e344f.tar.zst freebsd-ports-gnome-13d1a5c50c3b9f388e2d84921ac44075fb2e344f.zip |
- Convert to USE_LDCONFIG
Approved by: dinoex (maintainer)
Diffstat (limited to 'x11-toolkits/lesstif/Makefile')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 57fe86daf360..51e8f0ba2337 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -21,9 +21,7 @@ CONFLICTS?= open-motif-* USE_BZIP2= yes USE_AUTOTOOLS= automake:19:env autoconf:259 libtool:15 USE_X_PREFIX= yes -# broken ... -#USE_LDCONFIG= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LIBTOOLFILES= aclocal.m4 test/aclocal.m4 CONFIGURE_ARGS+= --enable-static --enable-shared --enable-production CONFIGURE_ARGS+= --disable-maintainer-mode |