diff options
-rw-r--r-- | audio/dap/Makefile | 6 | ||||
-rw-r--r-- | audio/xtuner/Makefile | 6 | ||||
-rw-r--r-- | biology/seaview/Makefile | 6 | ||||
-rw-r--r-- | databases/xmysql/Makefile | 6 | ||||
-rw-r--r-- | databases/xmysqladmin/Makefile | 6 | ||||
-rw-r--r-- | games/xjumpjump/Makefile | 6 | ||||
-rw-r--r-- | games/xmastermind/Makefile | 6 | ||||
-rw-r--r-- | games/xothello/Makefile | 6 | ||||
-rw-r--r-- | graphics/geomview/Makefile | 6 | ||||
-rw-r--r-- | graphics/xfpovray/Makefile | 6 | ||||
-rw-r--r-- | mail/xfmail/Makefile | 6 | ||||
-rw-r--r-- | math/apc/Makefile | 6 | ||||
-rw-r--r-- | math/xldlas/Makefile | 6 | ||||
-rw-r--r-- | print/lyx-devel/Makefile | 6 | ||||
-rw-r--r-- | print/lyx/Makefile | 6 | ||||
-rw-r--r-- | print/lyx14/Makefile | 6 | ||||
-rw-r--r-- | print/lyx15/Makefile | 6 | ||||
-rw-r--r-- | print/lyx16/Makefile | 6 | ||||
-rw-r--r-- | x11-fm/dfm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/xfce/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/xfce4/Makefile | 8 | ||||
-rw-r--r-- | x11/tycoon/Makefile | 4 |
22 files changed, 89 insertions, 45 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index e1c63b3a41dc..868661842985 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -3,7 +3,7 @@ # Date created: 23 August 1998 # Whom: yoshiaki Uchikawa # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/09/16 12:54:00 vanilla Exp $ # DISTNAME= DAPSource @@ -13,7 +13,9 @@ MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/ MAINTAINER= yoshiaki@kt.rim.or.jp -LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/dap USE_X_PREFIX= yes diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile index 1c645ca3ba8b..28b9d23c03fe 100644 --- a/audio/xtuner/Makefile +++ b/audio/xtuner/Makefile @@ -3,7 +3,7 @@ # Date created: 19 December 96 # Whom: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE> # -# $Id: Makefile,v 1.3 1998/09/15 11:12:58 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/17 00:32:28 asami Exp $ # DISTNAME= Xtuner-2.1 @@ -13,7 +13,9 @@ MASTER_SITES= ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms \ +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= YES diff --git a/biology/seaview/Makefile b/biology/seaview/Makefile index 5776e83325f5..5865ae25bef2 100644 --- a/biology/seaview/Makefile +++ b/biology/seaview/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 5 1997 # Whom: frankch@waru.life.nthu.edu.tw # -# $Id: Makefile,v 1.7 1998/08/20 17:41:16 jseger Exp $ +# $Id: Makefile,v 1.8 1998/08/21 03:09:08 jseger Exp $ # DISTNAME= seaview @@ -14,7 +14,9 @@ EXTRACT_SUFX= .tar MAINTAINER= frankch@waru.life.nthu.edu.tw -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= YES NO_WRKSUBDIR= YES diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index f52d7fa377d2..57877c9bd722 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Sep 2 15:46:09 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.8 1998/09/15 11:12:59 asami Exp $ +# $Id: Makefile,v 1.9 1998/09/17 00:32:29 asami Exp $ # DISTNAME= xmysql-1.8 @@ -14,9 +14,11 @@ MASTER_SITES= http://www.tcx.se/Contrib/ \ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= depends on broken mysql321 and xforms which is a.out only + BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms + xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index 1879ddb98ff3..a7e07b2eb4eb 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -3,7 +3,7 @@ # Date created: Di 2 Sep 1997 16:29:27 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1998/09/15 11:12:59 asami Exp $ +# $Id: Makefile,v 1.10 1998/09/17 00:32:29 asami Exp $ # DISTNAME= xmysqladmin-0.4.4 @@ -15,9 +15,11 @@ MASTER_SITES= http://www.tcx.se/Contrib/ \ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= depends on broken mysql321 and xforms which is a.out only + BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms + xforms.0:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/xmysqladmin USE_X_PREFIX= yes diff --git a/games/xjumpjump/Makefile b/games/xjumpjump/Makefile index e9df71f1560f..cd5dd41d2c10 100644 --- a/games/xjumpjump/Makefile +++ b/games/xjumpjump/Makefile @@ -3,7 +3,7 @@ # Date created: 9 April 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/08/05 09:30:59 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:22 asami Exp $ # DISTNAME= xjumpjump @@ -14,7 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes diff --git a/games/xmastermind/Makefile b/games/xmastermind/Makefile index 70ccc6c9dd8d..a0d89727157f 100644 --- a/games/xmastermind/Makefile +++ b/games/xmastermind/Makefile @@ -3,7 +3,7 @@ # Date created: 23 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/08/05 09:30:59 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:22 asami Exp $ # DISTNAME= xmastermind-0.1 @@ -13,7 +13,9 @@ MASTER_SITE_SUBDIR= games/strategy MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes diff --git a/games/xothello/Makefile b/games/xothello/Makefile index c98c0e5749e6..6381bcee3b4f 100644 --- a/games/xothello/Makefile +++ b/games/xothello/Makefile @@ -3,7 +3,7 @@ # Date created: 31 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/08/05 09:31:00 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:23 asami Exp $ # DISTNAME= xothello @@ -14,7 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms NO_CDROM= Possible trademark infringement diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 7eda67165335..2529e82accd9 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -3,7 +3,7 @@ # Date created: 5 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.7 1998/08/07 23:56:25 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/26 23:11:00 steve Exp $ DISTNAME= geomview-1.6.1 CATEGORIES= graphics tk42 @@ -13,7 +13,9 @@ DISTFILES= geomview-1.6.1-src.tar.gz MAINTAINER= fenner@freebsd.org -LIB_DEPENDS= xforms\\.0:${PORTSDIR}/x11-toolkits/xforms \ +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ MesaGL\\.13:${PORTSDIR}/graphics/Mesa2 \ tk42.1:${PORTSDIR}/x11-toolkits/tk42 diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index a34d353148ba..9555d3738552 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/06/03 07:45:52 tg Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:27 asami Exp $ # DISTNAME= xfpovray-1.3.1 @@ -15,7 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray USE_IMAKE= yes diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index 9e9cea935957..4aa3b24f14b1 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -4,7 +4,7 @@ # Date created: 30 June 1996 # Whom: gena # -# $Id: Makefile,v 1.14 1998/09/15 11:13:28 asami Exp $ +# $Id: Makefile,v 1.15 1998/09/17 00:32:45 asami Exp $ # DISTNAME= xfmail-1.3 @@ -13,8 +13,10 @@ MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/ MAINTAINER= gena@NetVision.net.il +BROKEN_ELF= xforms is a.out only + LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.88\\.1:${PORTSDIR}/x11-toolkits/xforms + xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes GNU_CONFIGURE= yes diff --git a/math/apc/Makefile b/math/apc/Makefile index 5705b2a16690..2ab16f94f065 100644 --- a/math/apc/Makefile +++ b/math/apc/Makefile @@ -3,7 +3,7 @@ # Date created: May 1 1997 # Whom: Eric A. Griff <eagriff@global2000.net> # -# $Id: Makefile,v 1.5 1998/08/17 00:46:32 steve Exp $ +# $Id: Makefile,v 1.6 1998/08/24 05:57:46 asami Exp $ # DISTNAME= apc-1.0 @@ -12,7 +12,9 @@ MASTER_SITES= http://members.global2000.net/~eagriff/ MAINTAINER= eagriff@global2000.net -LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes MAN1= apc.1 diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index df9343eb70e1..eefe2bcb6025 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Dec 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id: Makefile,v 1.3 1998/08/05 09:31:30 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/07 23:56:35 asami Exp $ # DISTNAME= xldlas-0.85 @@ -16,7 +16,9 @@ EXTRACT_SUFX= -source.tgz MAINTAINER= giffunip@asme.org -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/xldlas diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index d4e0e6ed2837..24a1dbc4b117 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.20 1998/09/15 11:13:30 asami Exp $ +# $Id: Makefile,v 1.21 1998/09/17 00:32:47 asami Exp $ # DISTNAME= lyx-0.12.1pre6 @@ -13,12 +13,14 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= xforms is a.out only + BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes diff --git a/print/lyx/Makefile b/print/lyx/Makefile index d4e0e6ed2837..24a1dbc4b117 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.20 1998/09/15 11:13:30 asami Exp $ +# $Id: Makefile,v 1.21 1998/09/17 00:32:47 asami Exp $ # DISTNAME= lyx-0.12.1pre6 @@ -13,12 +13,14 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= xforms is a.out only + BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index d4e0e6ed2837..24a1dbc4b117 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.20 1998/09/15 11:13:30 asami Exp $ +# $Id: Makefile,v 1.21 1998/09/17 00:32:47 asami Exp $ # DISTNAME= lyx-0.12.1pre6 @@ -13,12 +13,14 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= xforms is a.out only + BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index d4e0e6ed2837..24a1dbc4b117 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.20 1998/09/15 11:13:30 asami Exp $ +# $Id: Makefile,v 1.21 1998/09/17 00:32:47 asami Exp $ # DISTNAME= lyx-0.12.1pre6 @@ -13,12 +13,14 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= xforms is a.out only + BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index d4e0e6ed2837..24a1dbc4b117 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.20 1998/09/15 11:13:30 asami Exp $ +# $Id: Makefile,v 1.21 1998/09/17 00:32:47 asami Exp $ # DISTNAME= lyx-0.12.1pre6 @@ -13,12 +13,14 @@ MASTER_SITES= ftp://ftp.via.ecp.fr/pub/lyx/stable/ \ MAINTAINER= andreas@FreeBSD.ORG +BROKEN_ELF= xforms is a.out only + BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX .if defined(WITH_ISPELL) RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell .endif -LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms \ +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile index 6b0fb9bf1b2a..e51174481152 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.6 1998/09/15 11:13:32 asami Exp $ +# $Id: Makefile,v 1.7 1998/09/17 00:32:54 asami Exp $ # DISTNAME= dfm-0.9.10 @@ -12,8 +12,10 @@ MASTER_SITES= http://www-c.informatik.uni-hannover.de/~kaiser/dfm/ MAINTAINER= andy@icc.surw.chel.su +BROKEN_ELF= xforms is a.out only + LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms + xforms.0:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes diff --git a/x11-wm/xfce/Makefile b/x11-wm/xfce/Makefile index c460963b1321..0b36b1eecf81 100644 --- a/x11-wm/xfce/Makefile +++ b/x11-wm/xfce/Makefile @@ -3,7 +3,7 @@ # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1998/09/15 11:13:39 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/17 00:33:01 asami Exp $ # DISTNAME= xfce-1.2.4 @@ -13,8 +13,10 @@ MASTER_SITE_SUBDIR= X11/toolbars MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + xforms.0:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/XFCE-1.2.4 USE_GMAKE= yes diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index c460963b1321..0b36b1eecf81 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -3,7 +3,7 @@ # Date created: 30 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1998/09/15 11:13:39 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/17 00:33:01 asami Exp $ # DISTNAME= xfce-1.2.4 @@ -13,8 +13,10 @@ MASTER_SITE_SUBDIR= X11/toolbars MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + xforms.0:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/XFCE-1.2.4 USE_GMAKE= yes diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index ed9a13063ed5..2a94d6d597e7 100644 --- a/x11/tycoon/Makefile +++ b/x11/tycoon/Makefile @@ -3,7 +3,7 @@ # Date created: 19 September 1997 # Whom: steve@farrell.org # -# $Id: Makefile,v 1.1.1.1 1997/11/24 05:02:43 fenner Exp $ +# $Id: Makefile,v 1.2 1998/08/07 23:56:55 asami Exp $ # DISTNAME= tycoon-1.07o @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= X11/desktop MAINTAINER= steve@farrell.org +BROKEN_ELF= xforms is a.out only + LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms USE_IMAKE= yes |