diff options
Diffstat (limited to 'converters/kdesupport11/Makefile')
-rw-r--r-- | converters/kdesupport11/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/converters/kdesupport11/Makefile b/converters/kdesupport11/Makefile index 9f7a726..59ede63 100644 --- a/converters/kdesupport11/Makefile +++ b/converters/kdesupport11/Makefile @@ -18,12 +18,9 @@ USE_BZIP2= yes USE_QT= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes +INSTALLS_SHLIBS= yes CONFIGURE_ARGS= --without-libjpeg --without-libgif \ --without-libgdbm --without-libuulib CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" INSTALL_SCRIPT="install -c -m 555" -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |