diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-08-10 12:35:43 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-08-10 12:35:43 +0000 |
commit | d049f215c8307493bc382535043e26956dfd5368 (patch) | |
tree | 6b11a4623d7971b96dce6a46542956ba8d1db3aa | |
parent | 53eec05a5f11a62e9e936954bccec6c765ea32b4 (diff) | |
download | ports-d049f215c8307493bc382535043e26956dfd5368.tar.gz ports-d049f215c8307493bc382535043e26956dfd5368.zip |
Notes
-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 1c9851a59940..e952cc360e65 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 |