summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--devel/glib20/Makefile4
-rw-r--r--x11-toolkits/pango/Makefile5
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile
index 39f0457c4..906a5c5e7 100644
--- a/devel/glib20/Makefile
+++ b/devel/glib20/Makefile
@@ -7,6 +7,7 @@
PORTNAME= glib
PORTVERSION= 2.3.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.3,} \
ftp://ftp.gtk.org/pub/gtk/v2.3/ \
@@ -20,11 +21,10 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Some useful routines of C programming (current stable version)
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
-
NO_LATEST_LINK= yes
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
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