diff options
author | alane <alane@FreeBSD.org> | 2002-09-20 23:32:02 +0000 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-09-20 23:32:02 +0000 |
commit | 75da905258751b8272a4d66be668c1652173f287 (patch) | |
tree | 7ea7eeff263f0a201104a43115f95483455d3906 /x11 | |
parent | b607c568ca3c30f6f0c5afef188858154908df3b (diff) | |
download | FreeBSD-ports-75da905258751b8272a4d66be668c1652173f287.zip FreeBSD-ports-75da905258751b8272a4d66be668c1652173f287.tar.gz |
mi's patch to use gettext as BUILD_DEPEND. If there's a PR I don't have
the number handy.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 2 | ||||
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 | ||||
-rw-r--r-- | x11/kde4-workspace/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase3/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase4-runtime/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 2 | ||||
-rw-r--r-- | x11/kdebase4/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index 1efc980..9898a07 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_XPM= yes diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 1efc980..9898a07 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_XPM= yes diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 1efc980..9898a07 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_XPM= yes diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 1efc980..9898a07 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_XPM= yes diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 1efc980..9898a07 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_XPM= yes diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 1efc980..9898a07 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_XPM= yes diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 1efc980..9898a07 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -14,7 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER?= kde@FreeBSD.org -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_XPM= yes |