diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 03:15:17 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-11-17 03:15:17 +0000 |
commit | baad3bbbdc74e752064026a9f69405f282dd35a5 (patch) | |
tree | 5440723b636cbd99df68301b38ddb27d711a43ac /devel/i386-rtems-g77 | |
parent | f9d62b9319e1ee30d86147336d87e9bfa70a97b4 (diff) | |
download | ports-baad3bbbdc74e752064026a9f69405f282dd35a5.tar.gz ports-baad3bbbdc74e752064026a9f69405f282dd35a5.zip |
Notes
Diffstat (limited to 'devel/i386-rtems-g77')
-rw-r--r-- | devel/i386-rtems-g77/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/i386-rtems-g77/Makefile b/devel/i386-rtems-g77/Makefile index f56f062d2953..4d90e3da3f3b 100644 --- a/devel/i386-rtems-g77/Makefile +++ b/devel/i386-rtems-g77/Makefile @@ -7,7 +7,7 @@ PORTNAME= g77 PORTVERSION= 3.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \ ${MASTER_SITE_GNU:S/$/:gcc/} @@ -35,7 +35,6 @@ GCCVERSION= 3.2.3 G77NAME= gcc-${GCCVERSION} PLIST_SUB+= "GCCVERSION=${GCCVERSION}" NEWLIBNAME= newlib-1.11.0 -MASTERDIR= ${.CURDIR}/../i386-rtems-g77 PLIST= ${PKGDIR}/pkg-plist.${LCLTARGET} BUILD_DEPENDS= autoheader:${PORTSDIR}/devel/autoconf \ |