diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-18 06:28:44 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-18 06:28:44 +0000 |
commit | 6139ed07c3bd39a1eea2561262f1cdb18781c3ac (patch) | |
tree | 6c5e0cb77881a4671e8b00967e25b019880d7c40 /lang/gnustep-base | |
parent | b3b634eb3d8b457cf56dfb87daedf6d7b5793d93 (diff) | |
download | FreeBSD-ports-6139ed07c3bd39a1eea2561262f1cdb18781c3ac.zip FreeBSD-ports-6139ed07c3bd39a1eea2561262f1cdb18781c3ac.tar.gz |
BROKEN= "Hardcoded FreeBSD release numbers in PLIST"
I'll fix this in a little while.
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r-- | lang/gnustep-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 009f7a2..1d2f438 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/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 |