diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-05-31 22:18:51 +0000 |
commit | 336ae3953d3d62c41f48186a34121cb574159ca6 (patch) | |
tree | 514fbec7b37d5858d68f5654aa26807a11992fe7 /x11-toolkits/pango | |
parent | 25365ad3f37dc7b9b2ea7aa219f9f07f096d732d (diff) | |
download | ports-336ae3953d3d62c41f48186a34121cb574159ca6.tar.gz ports-336ae3953d3d62c41f48186a34121cb574159ca6.zip |
Notes
Diffstat (limited to 'x11-toolkits/pango')
-rw-r--r-- | x11-toolkits/pango/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index b14684064a65..44da9d7cb16b 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -8,6 +8,7 @@ PORTNAME= pango PORTVERSION= 1.12.3 +PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/pango/1.12,} \ ftp://ftp.gtk.org/pub/gtk/v2.10/ @@ -17,7 +18,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= An open-source framework for the layout and rendering of i18n text USE_BZIP2= yes -PREFIX?= ${X11BASE} .if !defined(REFERENCE_PORT) @@ -28,6 +28,7 @@ RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ USE_GETTEXT= yes USE_GMAKE= yes +USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack referencehack |