diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:12:51 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:12:51 +0800 |
commit | 64186dbb7c798d759f09f85b088edf5765605aa5 (patch) | |
tree | 56c7d7570bfef240a3f1252e1408a6809a0d1edb /x11/XFree86-4-clients/Makefile | |
parent | f359ee78885faedfb9fd1259c36133038ac50245 (diff) | |
download | freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.tar.gz freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.tar.zst freebsd-ports-gnome-64186dbb7c798d759f09f85b088edf5765605aa5.zip |
Second round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'x11/XFree86-4-clients/Makefile')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 25f2d2c364bf..2695f88dd148 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -21,6 +21,7 @@ MAINTAINER= taguchi@tohoku.iij.ad.jp BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4 PREFIX?= ${X11BASE} +INSTALL_SHLIBS= yes MTREE_FILE= /etc/mtree/BSD.x11.dist DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc @@ -85,7 +86,4 @@ InstallAppDefFiles?= YES # aout libs, such as Netscape), then set following as YES BuildAoutLibraries?= NO -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |