diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-04 23:52:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-04 23:52:39 +0800 |
commit | 3fa549eadd3b26ab4cccf88cec48afd7de8338ed (patch) | |
tree | 84caada910a1f0ced6c4be3fa5c5323a2aeba7c1 /x11-toolkits/pango | |
parent | 296c4b2f6cb0c6f837bd425644942215d2a21010 (diff) | |
download | marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.gz marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.bz2 marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.lz marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.xz marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.tar.zst marcuscom-ports-3fa549eadd3b26ab4cccf88cec48afd7de8338ed.zip |
-Remove the --mandir, taken care by gnomeprefix.
-Use MANPREFIX.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9132 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 2c29c993c..6460c57e4 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.102 2007/06/20 17:23:09 ahze Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.103 2007/07/02 20:50:58 marcus Exp $ # PORTNAME= pango @@ -34,7 +34,7 @@ USE_GNOME= gnomehack glib20 ltverhack referencehack CONFIGURE_ARGS= --with-qt=no \ --with-html-dir=${PREFIX}/share/doc \ --enable-static \ - --mandir=${PREFIX}/man + --mandir=${MANPREFIX}/man # 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] |