summaryrefslogtreecommitdiff
path: root/lang/pgcc/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-14 10:28:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-14 10:28:21 +0000
commit89635fcc161a29c755f2c85b2c12bb8c33280164 (patch)
tree2e29b32790d74746be18e4c86d3688dac1fee00f /lang/pgcc/Makefile
parentInclude <sys/param.h> for ascii-xfer. Otherwise it doesn't recognize our (diff)
Yuck, this thing BUILD_DEPENDS on autoconf.
Noticed by: Maxim Sobolev <max@vega.pfts.com>
Notes
Notes: svn path=/head/; revision=15343
Diffstat (limited to 'lang/pgcc/Makefile')
-rw-r--r--lang/pgcc/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile
index 9be2ca18299b..fb07dc3e9815 100644
--- a/lang/pgcc/Makefile
+++ b/lang/pgcc/Makefile
@@ -1,10 +1,10 @@
# ex:ts=8
-# Ports collection makefile for: egcs
-# Version required: 1998-09-14
-# Date created: 9 Jan 1998
-# Whom: John Polstra <jdp@polstra.com>
+# Ports collection makefile for: pgcc
+# Version required: 1.1.1
+# Date created: 10 Dec 1998
+# Whom: David O'Brien <obrien@NUXI.com>
#
-# $Id: Makefile,v 1.41 1998/12/05 04:00:40 obrien Exp $
+# $Id: Makefile,v 1.11 1998/12/13 09:40:43 obrien Exp $
#
DISTNAME= egcs-1.1.1
@@ -25,7 +25,8 @@ PATCHFILES= egcs-1.1.1-pgcc-1.1.1.diff.gz
MAINTAINER= obrien@FreeBSD.org
-BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2
+BUILD_DEPENDS= bzip2:${PORTSDIR}/archivers/bzip2 \
+ autoconf:${PORTSDIR}/devel/autoconf
.include <bsd.port.pre.mk>