diff options
Diffstat (limited to 'x11-toolkits/wxgtk/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile index 77103c56ec29..2a159d12fc53 100644 --- a/x11-toolkits/wxgtk/Makefile +++ b/x11-toolkits/wxgtk/Makefile @@ -24,6 +24,7 @@ MAINTAINER= nectar@FreeBSD.ORG LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes +INSTALL_SHLIBS= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_NEWGCC= yes @@ -32,7 +33,4 @@ WRKSRC= ${WRKDIR}/wxGTK CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" -post-install: - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |