diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-07 16:19:57 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-07 16:19:57 +0800 |
commit | 9e8a8c651808a740a4d8d6e85cbcbe892f3f740a (patch) | |
tree | a8a199efd8ea517d4b11c952a923af869bf1813c /audio/dap | |
parent | ce0a236b51487c5dc3928238fb580d9fa25cd593 (diff) | |
download | freebsd-ports-graphics-9e8a8c651808a740a4d8d6e85cbcbe892f3f740a.tar.gz freebsd-ports-graphics-9e8a8c651808a740a4d8d6e85cbcbe892f3f740a.tar.zst freebsd-ports-graphics-9e8a8c651808a740a4d8d6e85cbcbe892f3f740a.zip |
Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.
XForms has not been available for FreeBSD/alpha yet.
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 fd87d5a3ccb..4b89726725e 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 |