diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 20:27:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 20:27:42 +0000 |
commit | 13c306d9db888f1595fdd259e07d2f8bcb556095 (patch) | |
tree | bc32589081e0655bdaa10cea6f30de95db643a3f /x11/libX11 | |
parent | 96e60dda686452d44d8e558b6254398ebb912362 (diff) |
Notes
Diffstat (limited to 'x11/libX11')
-rw-r--r-- | x11/libX11/Makefile | 4 |
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> |