diff options
author | nectar <nectar@FreeBSD.org> | 1999-03-19 12:40:10 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-03-19 12:40:10 +0800 |
commit | bdd5f89df052832c0ac9ea613a29ae23533d514d (patch) | |
tree | 33ed6beaf6e68d743f7fde73e6e0eaeeba00fd26 /x11-wm | |
parent | f461077854f1eb137f0c6671c39e189c13099d5b (diff) | |
download | freebsd-ports-gnome-bdd5f89df052832c0ac9ea613a29ae23533d514d.tar.gz freebsd-ports-gnome-bdd5f89df052832c0ac9ea613a29ae23533d514d.tar.zst freebsd-ports-gnome-bdd5f89df052832c0ac9ea613a29ae23533d514d.zip |
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>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index a9ac1f16f105..57c158ffe829 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.31 1999/01/17 19:48:00 vanilla Exp $ +# $Id: Makefile,v 1.32 1999/03/17 06:41:24 nectar Exp $ # DISTNAME= icewm-0.9.34 @@ -15,11 +15,10 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= nacai@iname.com .if defined(GNOME) -BUILD_DEPENDS+= gnome-config:${PORTSDIR}/x11/gnomelibs -BUILD_DEPENDS+= imlib-config:${PORTSDIR}/graphics/imlib -BUILD_DEPENDS+= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext -.endif +LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs +.else LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +.endif USE_GMAKE= yes USE_X_PREFIX= yes diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index 2d8743555eac..bb308c8e314f 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Nov 1998 # Whom: mac@jp.freebsd.org # -# $Id: Makefile,v 1.51 1999/02/12 17:00:00 flathill Exp $ +# $Id: Makefile,v 1.52 1999/02/21 21:51:01 billf Exp $ DISTNAME= WindowMaker-0.51.0 PKGNAME= windowmaker-i18n-0.51.0 @@ -23,9 +23,9 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 \ - PropList.1:${PORTSDIR}/devel/libPropList -BUILD_DEPENDS= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext \ - nkf:${PORTSDIR}/japanese/nkf + PropList.1:${PORTSDIR}/devel/libPropList \ + intl.1:${PORTSDIR}/devel/gettext +BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf USE_PERL5= yes USE_X_PREFIX= yes |