diff options
author | steve <steve@FreeBSD.org> | 1998-10-01 06:12:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-01 06:12:15 +0000 |
commit | 2b8f62d614bc08fb8af203f144d04e3c9cf3f73b (patch) | |
tree | 3a7562676fc679069b3e7a8bab63f7bd2db75373 /math/siag | |
parent | a21357f2eb5dfa6e54e091b408bc1498409aff6c (diff) | |
download | FreeBSD-ports-2b8f62d614bc08fb8af203f144d04e3c9cf3f73b.zip FreeBSD-ports-2b8f62d614bc08fb8af203f144d04e3c9cf3f73b.tar.gz |
Add a '#include <sys/types.h>' for -current so this build again.
Diffstat (limited to 'math/siag')
-rw-r--r-- | math/siag/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/siag/Makefile b/math/siag/Makefile index 6e0ffa1..3a4bc54 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.8 1998/09/26 04:41:35 itojun Exp $ +# $Id: Makefile,v 1.9 1998/09/27 20:12:47 steve Exp $ # DISTNAME= siag-2.80 @@ -13,8 +13,6 @@ 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 |