diff options
Diffstat (limited to 'math/plplot/Makefile')
-rw-r--r-- | math/plplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 5327e7f..9776f17 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -17,6 +17,7 @@ DISTNAME= plplot4p99j MAINTAINER= ports@FreeBSD.org USE_XLIB= yes +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gcc=yes --with-double=yes @@ -31,6 +32,5 @@ post-install: .else ${LN} -sf libplplotdX.so.4.99 ${PREFIX}/lib/libplplotdX.so .endif - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.post.mk> |