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 /audio/dap | |
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 'audio/dap')
-rw-r--r-- | audio/dap/Makefile | 6 |
1 files changed, 4 insertions, 2 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 |