aboutsummaryrefslogtreecommitdiff
path: root/devel/pth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r--devel/pth/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 8c7e6bb8cb3a..e48d2f5dc81b 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= pth
MAINTAINER= rse@engelschall.com
+INSTALL_SHLIBS= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--enable-pthread \
@@ -30,7 +31,4 @@ post-build:
test:
@cd ${WRKSRC} && ${MAKE} test
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>