diff options
Diffstat (limited to 'devel/swarm/Makefile')
-rw-r--r-- | devel/swarm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index 6850b2e15f92..2b47dd322f87 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -19,13 +19,11 @@ LIB_DEPENDS= ffi.2:${PORTSDIR}/devel/libffi \ USE_GMAKE= yes USE_LIBTOOL= yes +INSTALL_SHLIBS= yes CONFIGURE_ARGS= --with-defaultdir=${PREFIX} \ --with-tclincludedir=${PREFIX}/include/tcl8.2 \ --with-tkincludedir=${PREFIX}/include/tk8.2 \ --with-tclscriptdir=${PREFIX}/lib/tcl8.2 \ --with-tkscriptdir=${PREFIX}/lib/tk8.2 -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |