summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /x11
parent* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (diff)
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor Tested by: bento
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/Makefile4
-rw-r--r--x11/kdelibs4/Makefile4
-rw-r--r--x11/kgamma/Makefile5
-rw-r--r--x11/xfree86_xkb_xml/Makefile5
4 files changed, 9 insertions, 9 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index f3f19de1ae16..4e63a02fced2 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -8,7 +8,7 @@
PORTNAME= kdelibs
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
@@ -24,12 +24,12 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.2:${PORTSDIR}/textproc/libxslt \
pcre.0:${PORTSDIR}/devel/pcre \
- intl.5:${PORTSDIR}/devel/gettext-old \
art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
cups.2:${PORTSDIR}/print/cups-base
RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \
${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
+USE_GETTEXT= yes
USE_QT_VER= 3
PREFIX= ${KDE_PREFIX}
USE_OPENSSL= yes
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index f3f19de1ae16..4e63a02fced2 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -8,7 +8,7 @@
PORTNAME= kdelibs
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src
@@ -24,12 +24,12 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.2:${PORTSDIR}/textproc/libxslt \
pcre.0:${PORTSDIR}/devel/pcre \
- intl.5:${PORTSDIR}/devel/gettext-old \
art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl2 \
cups.2:${PORTSDIR}/print/cups-base
RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \
${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
+USE_GETTEXT= yes
USE_QT_VER= 3
PREFIX= ${KDE_PREFIX}
USE_OPENSSL= yes
diff --git a/x11/kgamma/Makefile b/x11/kgamma/Makefile
index cbbbda5d9b5e..91d26cb7389d 100644
--- a/x11/kgamma/Makefile
+++ b/x11/kgamma/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kgamma
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde
MASTER_SITES= http://download.berlios.de/kgamma/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./_pre/}
@@ -15,9 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./_pre/}
MAINTAINER= arved@FreeBSD.org
COMMENT= "KDE Control Center module for gamma calibration/correction of XFree86"
-LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old
-
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
diff --git a/x11/xfree86_xkb_xml/Makefile b/x11/xfree86_xkb_xml/Makefile
index 79ea7b3e2ac1..69e509621c5b 100644
--- a/x11/xfree86_xkb_xml/Makefile
+++ b/x11/xfree86_xkb_xml/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xfree86_xkb_xml
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gswitchit
@@ -14,9 +15,9 @@ MASTER_SITE_SUBDIR= gswitchit
MAINTAINER= gnome@FreeBSD.org
COMMENT= A little set of XML files useful for dealing with XKB rules
-LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
- intl.5:${PORTSDIR}/devel/gettext-old
+LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv
+USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes