diff options
Diffstat (limited to 'lang/otcl/Makefile')
-rw-r--r-- | lang/otcl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/otcl/Makefile b/lang/otcl/Makefile index 19e61b6b596d..704e4fa52af2 100644 --- a/lang/otcl/Makefile +++ b/lang/otcl/Makefile @@ -14,6 +14,7 @@ MAINTAINER= obonilla@fisicc-ufm.edu LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 USE_AUTOCONF= yes @@ -22,7 +23,6 @@ PKGDEINSTALL= ${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh post-install: ${LN} -sf libotcl.so ${PREFIX}/lib/libotcl.so.1 - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib strip ${PREFIX}/bin/otclsh strip ${PREFIX}/bin/owish .if exists(${PKGINSTALL}) |