diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
commit | ec8a4e66c1c63749a508e9ed36ff370302fa689f (patch) | |
tree | c4304430f5506818e6eb1fb0c4dc86e66ba89840 /audio/dap | |
parent | a50f73322dfd84ac4632041853c01d34a2e519bf (diff) |
Notes
Diffstat (limited to 'audio/dap')
-rw-r--r-- | audio/dap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index fd87d5a3ccbb..4b89726725e4 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.3 1998/11/03 00:32:31 jseger Exp $ +# $Id: Makefile,v 1.4 1998/11/29 13:35:35 asami Exp $ # DISTNAME= DAPSource @@ -16,6 +16,9 @@ MAINTAINER= yoshiaki@kt.rim.or.jp LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm +# depends on xforms +ONLY_FOR_ARCHS= i386 + WRKSRC= ${WRKDIR}/dap USE_X_PREFIX= yes |