diff options
author | asami <asami@FreeBSD.org> | 1996-10-08 07:32:33 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-08 07:32:33 +0000 |
commit | ce40be8b6c0bb9433c82304bda5488b3b2e7c957 (patch) | |
tree | 2bcc4c48fa03e9870f8afd6046e8eebbbc881251 /devel/prcs/Makefile | |
parent | 804b3e6040d2e3af5c7fcce785b012403abf58ca (diff) | |
download | FreeBSD-ports-ce40be8b6c0bb9433c82304bda5488b3b2e7c957.zip FreeBSD-ports-ce40be8b6c0bb9433c82304bda5488b3b2e7c957.tar.gz |
Port is no longer broken as libg++-2.7.2 is in the -current tree now.
Diffstat (limited to 'devel/prcs/Makefile')
-rw-r--r-- | devel/prcs/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 04f8ec4..c424b7d 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Sep 96 # Whom: jmacd@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1996/09/17 23:43:20 jmacd Exp $ +# $Id: Makefile,v 1.2 1996/09/18 00:54:30 jmacd Exp $ # DISTNAME= prcs-1.0.1 @@ -12,10 +12,6 @@ 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 |