diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:35:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-21 01:35:33 +0000 |
commit | a7e780e5afef1693ff53871fbfdf6309d67e1acf (patch) | |
tree | 7969e549b157dc88fcbe5f111e21930a598c2e54 /math | |
parent | 32e3da09bb0c1bc1eec493aa626a9f1c3a74d1d8 (diff) | |
download | ports-a7e780e5afef1693ff53871fbfdf6309d67e1acf.tar.gz ports-a7e780e5afef1693ff53871fbfdf6309d67e1acf.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/siag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index e952cc360e65..2fa4d5aa54fb 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jan 1998 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.5 1998/08/05 09:31:29 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/10 12:35:43 itojun Exp $ # DISTNAME= siag-2.80 @@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tsiag-2.80.tar.gz MAINTAINER= itojun@itojun.org -LIB_DEPENDS= Xaw3d\\.6\\.:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/siag |