diff options
author | asami <asami@FreeBSD.org> | 1999-02-13 09:39:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-13 09:39:44 +0800 |
commit | 9273e2fa35999817ba8e2390777d1d369779b3c9 (patch) | |
tree | d21393fe9be54ea5007417c02069c5a29fe7e4e1 /x11/kde4-runtime | |
parent | 90ef20a79d60ea35c3639cb45d9c8d61dc2546ad (diff) | |
download | freebsd-ports-gnome-9273e2fa35999817ba8e2390777d1d369779b3c9.tar.gz freebsd-ports-gnome-9273e2fa35999817ba8e2390777d1d369779b3c9.tar.zst freebsd-ports-gnome-9273e2fa35999817ba8e2390777d1d369779b3c9.zip |
Add build and run depends to msgfmt (gettext).
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 4b40dde3efbb..c2b1af290764 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.29 1999/02/08 22:25:52 se Exp $ +# $Id: Makefile,v 1.30 1999/02/08 22:30:01 se Exp $ # DISTNAME= kdebase-1.1 @@ -17,6 +17,8 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext +RUN_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext USE_QT= yes HAS_CONFIGURE= yes |