diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:48:28 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:48:28 +0000 |
commit | 768a3432798193dbe1dabb328cd87235f769de84 (patch) | |
tree | 5e545673ad58b2bc2a221c3808a7ce2328d0e560 /math/xwpl | |
parent | 9fa4b9e91155e8f9ed300ccb8108c859bfdb727a (diff) |
Notes
Diffstat (limited to 'math/xwpl')
-rw-r--r-- | math/xwpl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/xwpl/Makefile b/math/xwpl/Makefile index 432e9b142152..9ff9f9d30176 100644 --- a/math/xwpl/Makefile +++ b/math/xwpl/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Nov 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id: Makefile,v 1.1.1.1 1998/12/19 14:22:10 jseger Exp $ +# $Id: Makefile,v 1.2 1999/07/02 00:02:56 mph Exp $ # DISTNAME= xwpl-1.3-freebsd @@ -13,6 +13,8 @@ MASTER_SITES= ftp://pascal.math.yale.edu/pub/wavelets/software/xwpl/other-versio MAINTAINER= giffunip@asme.org +ONLY_FOR_ARCHS= i386 + NO_CDROM= "Free for Non-Commercial Use Only" NO_BUILD= yes WRKSRC= ${WRKDIR}/xwpl |