diff options
author | kris <kris@FreeBSD.org> | 2007-02-01 10:42:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-01 10:42:05 +0800 |
commit | e8cba9559938186c1aa7ef89fec79e8e5bad69e0 (patch) | |
tree | ac96cc557a3c739c998a65dde0f24b45ce616c76 /x11-fonts | |
parent | 0dfa7444282b84aa0f915751fd1fd11bd1390eed (diff) | |
download | freebsd-ports-gnome-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.tar.gz freebsd-ports-gnome-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.tar.zst freebsd-ports-gnome-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.zip |
Use libtool port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/libXft/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index c2cc62bf445b..c7e8c0c8af22 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -25,6 +25,7 @@ PATCH_DIST_STRIP+= -p1 LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ expat.6:${PORTSDIR}/textproc/expat2 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes PREFIX?= ${X11BASE} USE_LDCONFIG= yes diff --git a/x11-fonts/libXft/Makefile b/x11-fonts/libXft/Makefile index ade87e2648fb..789e0b336862 100644 --- a/x11-fonts/libXft/Makefile +++ b/x11-fonts/libXft/Makefile @@ -16,6 +16,7 @@ COMMENT= A client-sided font API for X applications LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes |