diff options
author | mezz <mezz@FreeBSD.org> | 2004-07-27 05:21:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-07-27 05:21:18 +0800 |
commit | 439e1c9ed34929ee3fc80e20caea79ed6036ba5c (patch) | |
tree | 2295876901827818416e8b9e5d7a7602ca5b181f /x11-fonts/fontconfig/Makefile | |
parent | d0fc79dc0bc2401cd05e23b884c5fcd8fa65de26 (diff) | |
download | freebsd-ports-gnome-439e1c9ed34929ee3fc80e20caea79ed6036ba5c.tar.gz freebsd-ports-gnome-439e1c9ed34929ee3fc80e20caea79ed6036ba5c.tar.zst freebsd-ports-gnome-439e1c9ed34929ee3fc80e20caea79ed6036ba5c.zip |
I have forgotten to remove the lthack. The USE_LIBTOOL_VER and lthack should
not be together.
Diffstat (limited to 'x11-fonts/fontconfig/Makefile')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index 020a8fe67424..9f4c12000012 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -21,7 +21,7 @@ USE_GMAKE= yes PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 -USE_GNOME= gnomehack gnometarget lthack pkgconfig +USE_GNOME= gnomehack gnometarget pkgconfig CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ --with-expat-lib=${LOCALBASE}/lib \ |