summaryrefslogtreecommitdiff
path: root/x11/libX11
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-03-27 20:27:42 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-03-27 20:27:42 +0000
commit13c306d9db888f1595fdd259e07d2f8bcb556095 (patch)
treebc32589081e0655bdaa10cea6f30de95db643a3f /x11/libX11
parentUpdate to the 20070326 snapshot of GCC 4.1.3. (diff)
- Fix after objformat removal
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=188586
Diffstat (limited to 'x11/libX11')
-rw-r--r--x11/libX11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile
index e1bf1841430a..5b29ff81d12f 100644
--- a/x11/libX11/Makefile
+++ b/x11/libX11/Makefile
@@ -25,12 +25,12 @@ CONFLICTS= XFree86-libraries-* xorg-libraries-*
USE_BZIP2= yes
PREFIX?= ${X11BASE}
-GNU_CONFIGURE= yes
+USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
CONFIGURE_ARGS+= --enable-xdmauth
CFLAGS+= -DMALLOC_0_RETURNS_NULL
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig
.include <bsd.port.mk>