diff options
author | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /x11-fm | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip FreeBSD-ports-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/dfm/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/filerunner/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/tkdesk/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/workplace/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/x-files/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile index 3ee4725..7de720d 100644 --- a/x11-fm/dfm/Makefile +++ b/x11-fm/dfm/Makefile @@ -3,7 +3,7 @@ # Date created: 25 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.2 1998/08/05 09:31:40 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/07 22:33:11 asami Exp $ # DISTNAME= dfm-0.9.8 @@ -13,7 +13,7 @@ MASTER_SITES= http://www-c.informatik.uni-hannover.de/~kaiser/dfm/ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.:${PORTSDIR}/x11/xforms + xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes diff --git a/x11-fm/filerunner/Makefile b/x11-fm/filerunner/Makefile index 59d6082..bb59711 100644 --- a/x11-fm/filerunner/Makefile +++ b/x11-fm/filerunner/Makefile @@ -3,7 +3,7 @@ # Date created: 3 August 1996 # Whom: lukin # -# $Id: Makefile,v 1.14 1998/06/23 09:54:01 vanilla Exp $ +# $Id: Makefile,v 1.15 1998/08/07 22:33:11 asami Exp $ # DISTNAME= FileRunner-2.5 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= X11/desktop MAINTAINER= vanilla@FreeBSD.ORG -LIB_DEPENDS= tk81\\.1:${PORTSDIR}/x11/tk81 +LIB_DEPENDS= tk81\\.1:${PORTSDIR}/x11-toolkits/tk81 MAKEFILE= Makefile.freebsd_gcc MAKE_ENV+= X11BASE=${X11BASE} diff --git a/x11-fm/tkdesk/Makefile b/x11-fm/tkdesk/Makefile index 2560cce..a18b3d3 100644 --- a/x11-fm/tkdesk/Makefile +++ b/x11-fm/tkdesk/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.7 1998/05/03 15:12:36 jseger Exp $ +# $Id: Makefile,v 1.8 1998/08/07 22:33:12 asami Exp $ # DISTNAME= tkdesk-1.0 @@ -12,7 +12,7 @@ MASTER_SITES= http://people.mainz.netsurf.de/~bolik/tkdesk/ MAINTAINER= dmlb@ragnet.demon.co.uk -LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11/tk42 +LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11-toolkits/tk42 USE_GMAKE= YES GNU_CONFIGURE= YES diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index edb576d..fb231e2 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -3,7 +3,7 @@ # Date created: 7 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/08/05 09:31:49 asami Exp $ +# $Id: Makefile,v 1.5 1998/08/07 22:33:12 asami Exp $ # DISTNAME= workplace-1.0.a3 @@ -13,7 +13,7 @@ MASTER_SITES= http://www2.osk.3web.ne.jp/~hideki70/src/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11/gtk +LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk GNU_CONFIGURE= yes USE_X_PREFIX= yes diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile index 8a9f2d5..0a4f340 100644 --- a/x11-fm/x-files/Makefile +++ b/x11-fm/x-files/Makefile @@ -3,7 +3,7 @@ # Date created: 14 April 1998 # Whom: Donald J. Maddox <dmaddox@scsn.net> # -# $Id: Makefile,v 1.1.1.1 1998/04/29 23:46:01 mph Exp $ +# $Id: Makefile,v 1.2 1998/08/05 09:31:34 asami Exp $ # DISTNAME= X-Files-1.43 @@ -13,7 +13,7 @@ MASTER_SITES= http://java.inf.tu-dresden.de/X-Files/data/ MAINTAINER= dmaddox@scsn.net -BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +BUILD_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 WRKSRC= ${WRKDIR}/X-Files NO_BUILD= yes |