diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:16:19 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:16:19 +0800 |
commit | 571e927646ab490e49fcdd3f58953a1548827836 (patch) | |
tree | 379c9aadb0a0d7e0aa24a14026b664883f136eb3 /x11-toolkits/pango | |
parent | af39a16dae113390cd149015a221a98325734ee0 (diff) | |
download | marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.gz marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.bz2 marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.lz marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.xz marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.tar.zst marcuscom-ports-571e927646ab490e49fcdd3f58953a1548827836.zip |
- Use single libtool
- add USE_GETTEXT to some ports to make portlint happy
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5739 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 852ddde6a..b395a20fe 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.51 2006/02/11 20:51:38 ahze Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.52 2006/02/21 13:22:03 ahze Exp $ # PORTNAME= pango @@ -27,7 +27,7 @@ USE_GETTEXT= yes USE_X_PREFIX= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GNOME= gnomehack glib20 ltverhack CONFIGURE_ARGS= --with-qt=no \ --with-html-dir=${PREFIX}/share/doc \ |