summaryrefslogtreecommitdiff
path: root/devel/prcs
diff options
context:
space:
mode:
authorJoshua Peck Macdonald <jmacd@FreeBSD.org>1996-09-18 00:54:30 +0000
committerJoshua Peck Macdonald <jmacd@FreeBSD.org>1996-09-18 00:54:30 +0000
commit13274c73deb769310082142af61ce831c73def98 (patch)
tree061928cc74ec383c63c79af28acd7a000fbd60e2 /devel/prcs
parentUnless I'm hollucinating, my last commit, which I specified (diff)
Add BROKEN=yes since it won't compile without g++ 2.7.x.
Notes
Notes: svn path=/head/; revision=3804
Diffstat (limited to 'devel/prcs')
-rw-r--r--devel/prcs/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile
index 69c353358919..04f8ec45b4a5 100644
--- a/devel/prcs/Makefile
+++ b/devel/prcs/Makefile
@@ -3,7 +3,7 @@
# Date created: 17 Sep 96
# Whom: jmacd@FreeBSD.ORG
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/09/17 23:43:20 jmacd Exp $
#
DISTNAME= prcs-1.0.1
@@ -12,6 +12,10 @@ MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
MAINTAINER= jmacd@FreeBSD.ORG
+# Port is broken because it relies on g++ 2.7.2. Ask me
+# for a package.
+BROKEN= yes
+
USE_GMAKE= yes
HAS_CONFIGURE= yes