diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:02:33 +0000 |
commit | 10e57b98b03f5181234ab7d591a22649fbf4446a (patch) | |
tree | 4aa30529e48266b3b23855c535d330e6d5b5d7d3 /cross/avr-libc/Makefile | |
parent | 9e335beeddda593403a4cf550fe49f73d4d471fa (diff) | |
download | pkgsrc-10e57b98b03f5181234ab7d591a22649fbf4446a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'cross/avr-libc/Makefile')
-rw-r--r-- | cross/avr-libc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cross/avr-libc/Makefile b/cross/avr-libc/Makefile index 0ca7cd99aa3..fe38fe96b04 100644 --- a/cross/avr-libc/Makefile +++ b/cross/avr-libc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/08/30 08:00:17 drochner Exp $ +# $NetBSD: Makefile,v 1.24 2012/10/03 00:10:29 asau Exp $ DISTNAME= avr-libc-1.6.7 PKGREVISION= 2 @@ -11,8 +11,6 @@ HOMEPAGE= http://savannah.nongnu.org/projects/avr-libc COMMENT= C and math library for Atmel AVR 8-bit microcontrollers LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc BUILD_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen |