diff options
Diffstat (limited to 'devel/gnustep-make')
-rw-r--r-- | devel/gnustep-make/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index 009f7a228e1c..1d2f4383a9ba 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -3,7 +3,7 @@ # Date created: 03 October 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1999/05/10 11:31:58 tg Exp $ +# $Id: Makefile,v 1.2 1999/07/18 06:27:18 cpiazza Exp $ # DISTNAME= gstep-core-0.5.5 @@ -27,6 +27,8 @@ RUN_DEPENDS= egcc:${PORTSDIR}/lang/egcs CC= egcc .endif +BROKEN= "Hardcoded freebsd release numbers in PLIST" + WRKSRC= ${WRKDIR}/gstep-0.5.5 PREFIX= ${LOCALBASE}/GNUstep GNU_CONFIGURE= yes |