summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-04 15:16:17 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-04 15:16:17 +0800
commita72691bfa7eae9602239cfa6c41a25772d8b4971 (patch)
treef41439a3a86aba084adf23b27019163c93248261 /x11-toolkits
parent19a6d6f048e6e313d9495068ced1f2ff6e3dc64e (diff)
downloadmarcuscom-ports-a72691bfa7eae9602239cfa6c41a25772d8b4971.tar
marcuscom-ports-a72691bfa7eae9602239cfa6c41a25772d8b4971.tar.gz
marcuscom-ports-a72691bfa7eae9602239cfa6c41a25772d8b4971.tar.bz2
marcuscom-ports-a72691bfa7eae9602239cfa6c41a25772d8b4971.tar.lz
marcuscom-ports-a72691bfa7eae9602239cfa6c41a25772d8b4971.tar.xz
marcuscom-ports-a72691bfa7eae9602239cfa6c41a25772d8b4971.tar.zst
marcuscom-ports-a72691bfa7eae9602239cfa6c41a25772d8b4971.zip
Use USE_GETTEXT, and bump PORTREVISION.
Submitted by: Jeremy Messenger <mezz7@cox.net> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1769 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/pango/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile
index 489553b3c..e708cbe10 100644
--- a/x11-toolkits/pango/Makefile
+++ b/x11-toolkits/pango/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pango
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/1.3,} \
ftp://ftp.gtk.org/pub/gtk/v2.3/
@@ -16,12 +17,12 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= An open-source framework for the layout and rendering of i18n text
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
-LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft \
- intl.5:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft
RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \
${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes