diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 04:43:29 +0800 | 
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-25 04:43:29 +0800 | 
| commit | c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319 (patch) | |
| tree | b532de1f928b946d71e971f10c1860f6560eb681 /x11-toolkits/pango | |
| parent | e6b6f10753afe25e14ae83bf2d2b7e13182682ac (diff) | |
| download | marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.gz marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.tar.zst marcuscom-ports-c56e8e11b0d2ad6bfe1e818a77aa9c5e75743319.zip  | |
All ports that use ltverhack still need to set USE_AUTOTOOLS=libtool:15 since
certain assumptions are made in that case.
Reported by:	ade and Pascal Hofstee <caelian@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5754 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 b395a20fe..c641f042a 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.52 2006/02/21 13:22:03 ahze Exp $ +#   $MCom: ports/x11-toolkits/pango/Makefile,v 1.53 2006/02/23 19:16:18 ahze Exp $  #  PORTNAME=	pango @@ -27,7 +27,7 @@ USE_GETTEXT=	yes  USE_X_PREFIX=	yes  USE_GMAKE=	yes  INSTALLS_SHLIB=	yes -GNU_CONFIGURE=	yes +USE_AUTOTOOLS=	libtool:15  USE_GNOME=	gnomehack glib20 ltverhack  CONFIGURE_ARGS=	--with-qt=no \  		--with-html-dir=${PREFIX}/share/doc \  | 
