aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk-devel/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-16 00:44:16 +0800
committersobomax <sobomax@FreeBSD.org>2000-06-16 00:44:16 +0800
commitf359ee78885faedfb9fd1259c36133038ac50245 (patch)
treee149280677fe44f0552faf757470ea0023906ed0 /x11-toolkits/wxgtk-devel/Makefile
parent124867154b7cf447efaed5aa7238f231be993f70 (diff)
downloadfreebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz
freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.zst
freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.zip
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'x11-toolkits/wxgtk-devel/Makefile')
-rw-r--r--x11-toolkits/wxgtk-devel/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile
index 77103c56ec29..2a159d12fc53 100644
--- a/x11-toolkits/wxgtk-devel/Makefile
+++ b/x11-toolkits/wxgtk-devel/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>