diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2003-01-20 09:32:48 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2003-01-20 09:32:48 +0000 |
commit | 0baf37d9f988ec06ed8e611f8a7e5a0b0a05a5d9 (patch) | |
tree | 9b1b0ba89449690447546758fc68f5628fd09219 /devel/avr-gcc-3/Makefile | |
parent | eeaeffd4db68853736738cb613af17a2409fcf8b (diff) | |
download | ports-0baf37d9f988ec06ed8e611f8a7e5a0b0a05a5d9.tar.gz ports-0baf37d9f988ec06ed8e611f8a7e5a0b0a05a5d9.zip |
Replace my old 16 bit IO register assignment hack by an authoritative
patch by the avr-gcc maintainers.
Bump portrevision for that.
Notes
Notes:
svn path=/head/; revision=73637
Diffstat (limited to 'devel/avr-gcc-3/Makefile')
-rw-r--r-- | devel/avr-gcc-3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/avr-gcc-3/Makefile b/devel/avr-gcc-3/Makefile index 97a2fe2f0747..ea7a0a6c5af3 100644 --- a/devel/avr-gcc-3/Makefile +++ b/devel/avr-gcc-3/Makefile @@ -7,6 +7,7 @@ PORTNAME= gcc PORTVERSION= 3.3.2003.01.08 +PORTREVISION= 1 CATEGORIES= devel #MASTER_SITES= ${MASTER_SITE_GNU} #MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION} |