diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-18 06:28:44 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-18 06:28:44 +0000 |
commit | 62a1ad1744af726410cd35848eb1a5ab58e54b75 (patch) | |
tree | be5988981701dfe5d64b97662312f3fad7d74440 /lang/gnustep-objc | |
parent | a7b26a212e9b748c28d6b1535aa433aa5663797f (diff) |
Notes
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r-- | lang/gnustep-objc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 009f7a228e1c..1d2f4383a9ba 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/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 |