diff options
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r-- | graphics/plotutils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 05f0ecb..0bec707 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -15,6 +15,7 @@ MAINTAINER= chuckr@FreeBSD.org USE_XLIB= yes USE_LIBTOOL= yes +INSTALL_SHLIBS= yes USE_NEWGCC= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-libplotter --enable-libxmi @@ -27,7 +28,4 @@ CONFIGURE_ENV= MOTIFLIB="${MOTIFLIB}" REQUIRES_MOTIF= yes .endif -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |