diff options
Diffstat (limited to 'devel/pth-devel/Makefile')
-rw-r--r-- | devel/pth-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/pth-devel/Makefile b/devel/pth-devel/Makefile index e1bf695db80b..7210fc0f4814 100644 --- a/devel/pth-devel/Makefile +++ b/devel/pth-devel/Makefile @@ -16,6 +16,7 @@ MAINTAINER= rse@engelschall.com NO_LATEST_LINK= yes NO_CDROM= yes +INSTALL_SHLIBS= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --enable-pthread \ @@ -32,7 +33,4 @@ post-build: test: @cd ${WRKSRC} && ${MAKE} test -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |