diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /x11-wm | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) | |
download | ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/epiwm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/expocity/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/fluxbox/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/ion-2/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/ion3/Makefile | 4 |
5 files changed, 7 insertions, 8 deletions
diff --git a/x11-wm/epiwm/Makefile b/x11-wm/epiwm/Makefile index d69dc522a89d..a4049116a664 100644 --- a/x11-wm/epiwm/Makefile +++ b/x11-wm/epiwm/Makefile @@ -14,8 +14,6 @@ MASTER_SITES= http://www.nongnu.org/epiwm/download/ MAINTAINER= trevor@FreeBSD.org COMMENT= Another fast, small, configurable window manager -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ @@ -27,6 +25,7 @@ DOCS= AUTHORS BUGS COPYING ChangeLog EPIwm-0.5.6.lsm INSTALL NEWS \ README TODO PLIST= ${WRKDIR}/pkg-plist USE_AUTOCONF_VER= 213 +WANT_AUTOMAKE_VER= 14 USE_X_PREFIX= yes post-extract: diff --git a/x11-wm/expocity/Makefile b/x11-wm/expocity/Makefile index c203d92d2f25..e7ee7843f163 100644 --- a/x11-wm/expocity/Makefile +++ b/x11-wm/expocity/Makefile @@ -21,7 +21,7 @@ CONFLICTS= metacity* USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GNOME= gnomeprefix gnomehack gnomehier gconf2 libglade2 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ diff --git a/x11-wm/fluxbox/Makefile b/x11-wm/fluxbox/Makefile index d5982b5fef23..c5f5a14ec94a 100644 --- a/x11-wm/fluxbox/Makefile +++ b/x11-wm/fluxbox/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= bsetbg:${PORTSDIR}/x11-wm/boxtools \ xterm:${PORTSDIR}/x11/XFree86-4-clients BUILD_DEPENDS= xterm:${PORTSDIR}/x11/XFree86-4-clients .if defined(WITH_REMEMBER) -BUILD_DEPENDS+= automake14:${PORTSDIR}/devel/automake14 +WANT_AUTOMAKE_VER=14 .endif USE_X_PREFIX= yes diff --git a/x11-wm/ion-2/Makefile b/x11-wm/ion-2/Makefile index 4d3c625ad22f..d6a8b712c469 100644 --- a/x11-wm/ion-2/Makefile +++ b/x11-wm/ion-2/Makefile @@ -14,11 +14,11 @@ MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ MAINTAINER= anthony.ginepro@laposte.net COMMENT= Ion is a tiling tabbed window manager -LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ - lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua CONFLICTS= ion-2002* ion-devel-* pwm-* +USE_LIBLTDL= yes USE_LIBTOOL_VER=15 USE_X_PREFIX= yes USE_GMAKE= yes diff --git a/x11-wm/ion3/Makefile b/x11-wm/ion3/Makefile index 4d3c625ad22f..d6a8b712c469 100644 --- a/x11-wm/ion3/Makefile +++ b/x11-wm/ion3/Makefile @@ -14,11 +14,11 @@ MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ MAINTAINER= anthony.ginepro@laposte.net COMMENT= Ion is a tiling tabbed window manager -LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ - lua.5:${PORTSDIR}/lang/lua +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua CONFLICTS= ion-2002* ion-devel-* pwm-* +USE_LIBLTDL= yes USE_LIBTOOL_VER=15 USE_X_PREFIX= yes USE_GMAKE= yes |