diff options
Diffstat (limited to 'devel/sparc-rtems-objc/Makefile')
-rw-r--r-- | devel/sparc-rtems-objc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/sparc-rtems-objc/Makefile b/devel/sparc-rtems-objc/Makefile index 08daaecd7b1c..990b10016bce 100644 --- a/devel/sparc-rtems-objc/Makefile +++ b/devel/sparc-rtems-objc/Makefile @@ -7,9 +7,14 @@ PORTNAME= objc -MAINTAINER= ade@FreeBSD.org +MAINTAINER= stas@FreeBSD.org -LCLTARGET= sparc-rtems +TGTARCH= sparc +TGTABI= rtems -MASTERDIR= ${.CURDIR}/../i386-rtems-objc +IGNORE= deprecated; use sparc-rtems-gcc instead +DEPRECIATED= ${IGNORE} +EXPIRE_DATE= 2007-06-22 + +MASTERDIR= ${.CURDIR}/../cross-gcc .include "${MASTERDIR}/Makefile" |