diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 00:29:58 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-24 00:29:58 +0800 |
commit | 35bfd4e888fa8c05125010d7fd0561961ccd0925 (patch) | |
tree | 4b20e71704078baf03a18afdf52653708e7c96ff /x11-toolkits/pango | |
parent | fe167cdd818146f9cb2657d9abdcee316c631a94 (diff) | |
download | marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.gz marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.bz2 marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.lz marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.xz marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.tar.zst marcuscom-ports-35bfd4e888fa8c05125010d7fd0561961ccd0925.zip |
Sync w/ FreeBSD ports for --mandir and --infodir.
Hopeful, tomorrow, I will turning into spider-man. I just got a first spider
bite in a few hours ago. WooHoo! It's nothing serious thought, no pain so far.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9235 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 6460c57e4..381d24535 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.103 2007/07/02 20:50:58 marcus Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.104 2007/07/04 15:52:39 mezz Exp $ # PORTNAME= pango @@ -33,8 +33,7 @@ USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack referencehack CONFIGURE_ARGS= --with-qt=no \ --with-html-dir=${PREFIX}/share/doc \ - --enable-static \ - --mandir=${MANPREFIX}/man + --enable-static # Hmm.. tough one. Found this one when I had graphics/hdf installed # (which installs glist.h) which is picked up before the glib-2.0 # stuff, with Bad Results[tm] |