diff options
author | alane <alane@FreeBSD.org> | 2002-09-21 07:32:02 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-09-21 07:32:02 +0800 |
commit | 75da905258751b8272a4d66be668c1652173f287 (patch) | |
tree | 7ea7eeff263f0a201104a43115f95483455d3906 /x11/kde4-runtime | |
parent | b607c568ca3c30f6f0c5afef188858154908df3b (diff) | |
download | freebsd-ports-gnome-75da905258751b8272a4d66be668c1652173f287.tar.gz freebsd-ports-gnome-75da905258751b8272a4d66be668c1652173f287.tar.zst freebsd-ports-gnome-75da905258751b8272a4d66be668c1652173f287.zip |
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/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 1efc98044b32..9898a07be82e 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 |