diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 20:12:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 20:12:47 +0000 |
commit | 9c877a58ee09bf68861e6aee17bb0e49b4d23486 (patch) | |
tree | 9b7e47617e32b241259e49d224cf216ada71cfb7 /math/siag | |
parent | 1d015bc6ff3abfb764754647bdcf769191c5a767 (diff) |
Notes
Diffstat (limited to 'math/siag')
-rw-r--r-- | math/siag/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index 9eba30da6abb..6e0ffa1691a5 100644 --- a/math/siag/Makefile +++ b/math/siag/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Jan 1998 # Whom: ports@freebsd.org # -# $Id: Makefile,v 1.7 1998/09/21 01:35:32 steve Exp $ +# $Id: Makefile,v 1.8 1998/09/26 04:41:35 itojun Exp $ # DISTNAME= siag-2.80 @@ -13,6 +13,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} tsiag-2.80.tar.gz MAINTAINER= ports@freebsd.org +BROKEN= build + LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d USE_X_PREFIX= yes |