diff options
author | steve <steve@FreeBSD.org> | 1998-09-27 07:18:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-27 07:18:10 +0800 |
commit | 719aa84d31e0fdccc5dc0336a51434143e872b1c (patch) | |
tree | 437f27df0128c613f334b015618ef67d00f4e0ab /x11-fm/dfm | |
parent | 386199ca7ca2e2f8b9e31cc115b1f82a46d4437a (diff) | |
download | freebsd-ports-gnome-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.gz freebsd-ports-gnome-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.zst freebsd-ports-gnome-719aa84d31e0fdccc5dc0336a51434143e872b1c.zip |
Mark broken for ELF because of xforms port.
Diffstat (limited to 'x11-fm/dfm')
-rw-r--r-- | x11-fm/dfm/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 |