diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-19 04:40:10 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-03-19 04:40:10 +0000 |
commit | c1acc95b5a9252307f3f608056003afa5905e29a (patch) | |
tree | 9ab1a9e6c2b7d24e91beecfe7b420a1fa39aa87b /x11/kdebase3 | |
parent | Update to hanterm-xf-p16 (diff) |
Now that gettext includes a shared library, dependencies should
use it in LIB_DEPENDS.
PR: ports/10647
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=17285
Diffstat (limited to 'x11/kdebase3')
-rw-r--r-- | x11/kdebase3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 13826fcdf943..68c05279bd7c 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.32 1999/02/28 06:06:23 obrien Exp $ +# $Id: Makefile,v 1.33 1999/02/28 21:48:08 asami Exp $ # DISTNAME= kdebase-1.1 @@ -16,9 +16,8 @@ MAINTAINER= se@freebsd.org 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 + Xpm.4:${PORTSDIR}/graphics/xpm \ + intl.1:${PORTSDIR}/devel/gettext USE_BZIP2= yes USE_QT= yes |