diff options
author | kris <kris@FreeBSD.org> | 2007-01-28 17:07:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-28 17:07:47 +0800 |
commit | 62aa7fe94673789fb863494cfaf642ffdcff0b5d (patch) | |
tree | dadff634ddd561962b249aea07d4cfb45982ed98 /x11 | |
parent | 6f9d2cc492dfb48ff79f2a18bb35ea9fd095eac6 (diff) | |
download | freebsd-ports-gnome-62aa7fe94673789fb863494cfaf642ffdcff0b5d.tar.gz freebsd-ports-gnome-62aa7fe94673789fb863494cfaf642ffdcff0b5d.tar.zst freebsd-ports-gnome-62aa7fe94673789fb863494cfaf642ffdcff0b5d.zip |
Use libtool port instead of included one to avoid objformat a.out botch
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXau/Makefile | 1 | ||||
-rw-r--r-- | x11/libXdmcp/Makefile | 1 | ||||
-rw-r--r-- | x11/libxfce4util/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index bad54ef54956..0319868a2301 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto CONFLICTS= XFree86-libraries-* xorg-libraries-* +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile index 613cac4b4866..550ca30867c5 100644 --- a/x11/libXdmcp/Makefile +++ b/x11/libXdmcp/Makefile @@ -24,6 +24,7 @@ RUN_DEPENDS= ${LIB_PC_DEPENDS} CONFLICTS= XFree86-libraries-* xorg-libraries-* +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index 457c87d40e9d..24fcebb1681b 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 library with non-graphical helper functions +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes NO_FILTER_SHLIBS= yes USE_BZIP2= yes |