diff options
author | itojun <itojun@FreeBSD.org> | 1998-08-10 12:35:43 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-08-10 12:35:43 +0000 |
commit | 85316f97a409c5adcf7c2269b3696af525220c2a (patch) | |
tree | 7f32972671a29f38eaf6d6947b0a6b40b3fcbdd5 /math/siag | |
parent | adea992e8d29482173f5976229fa615bce6cfd5c (diff) | |
download | FreeBSD-ports-85316f97a409c5adcf7c2269b3696af525220c2a.zip FreeBSD-ports-85316f97a409c5adcf7c2269b3696af525220c2a.tar.gz |
remove bogus comment.
depend on Xaw3d.
Suggested by: Tom Hukins <tom@eborcom.com>
Diffstat (limited to 'math/siag')
-rw-r--r-- | math/siag/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index 1c9851a..e952cc3 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -3,18 +3,18 @@ # Date created: 27 Jan 1998 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.4 1998/07/06 17:41:14 itojun Exp $ +# $Id: Makefile,v 1.5 1998/08/05 09:31:29 asami Exp $ # DISTNAME= siag-2.80 CATEGORIES= math -# Since 2.67 (latest version on 3/7/1998) is seriously broken, I asked -# asami-san to put 2.80 into ftp.freebsd.org. Thanks. MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tsiag-2.80.tar.gz MAINTAINER= itojun@itojun.org +LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11-toolkits/Xaw3d + USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/siag |