diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-03 00:32:31 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-03 00:32:31 +0000 |
commit | a05b96e7a06c74652f0a465a7577fbedf9201c5d (patch) | |
tree | cf1452ea6477310af195177731505494dfe15958 /audio | |
parent | 1c6d58ccf1bfb15bcfd12f6ed29bc9bd6bf45832 (diff) | |
download | ports-a05b96e7a06c74652f0a465a7577fbedf9201c5d.tar.gz ports-a05b96e7a06c74652f0a465a7577fbedf9201c5d.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/dap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 868661842985..e5d7dc53d6e2 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -3,7 +3,7 @@ # Date created: 23 August 1998 # Whom: yoshiaki Uchikawa # -# $Id: Makefile,v 1.1.1.1 1998/09/16 12:54:00 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/09/26 23:17:58 steve Exp $ # DISTNAME= DAPSource @@ -13,8 +13,6 @@ MASTER_SITES= http://www.cee.hw.ac.uk/~richardk/ MAINTAINER= yoshiaki@kt.rim.or.jp -BROKEN_ELF= xforms is a.out only - LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/dap |