diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-26 12:03:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-26 12:03:56 +0800 |
commit | e399631640fd9c7e2e0b9212e459f035a0e28fe7 (patch) | |
tree | 9166b613a6514df7020e56bb51bdf74507223b91 /x11-fonts | |
parent | c363cba4d2a16c50d9195f0ea1038aa98b5cd05d (diff) | |
download | marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.gz marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.bz2 marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.lz marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.xz marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.tar.zst marcuscom-ports-e399631640fd9c7e2e0b9212e459f035a0e28fe7.zip |
Convert to USE_AUTOTOOLS, reset $FreeBSD$ tags, and add $MCom$ tags where
appropriate.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4639 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index add305db9..cbd5d932d 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -3,6 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom$ # PORTNAME= fontconfig @@ -20,7 +21,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ USE_GMAKE= yes PREFIX?= ${X11BASE} INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack gnometarget pkgconfig CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ |