summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-03-19 04:40:10 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-03-19 04:40:10 +0000
commitc1acc95b5a9252307f3f608056003afa5905e29a (patch)
tree9ab1a9e6c2b7d24e91beecfe7b420a1fa39aa87b /x11-wm
parentUpdate 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-wm')
-rw-r--r--x11-wm/icewm/Makefile9
-rw-r--r--x11-wm/windowmaker-i18n/Makefile8
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