diff options
author | joerg <joerg@FreeBSD.org> | 2004-12-06 22:20:40 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2004-12-06 22:20:40 +0000 |
commit | 9bf9ce5553bf4515aa3dff82bb8f4408dfb26f02 (patch) | |
tree | 72fefcfc8fb291c471570078cf56659d4188f0cf | |
parent | e6f67b6ad1b5802a3dcd2b0e5f146ce34c8349eb (diff) | |
download | FreeBSD-ports-9bf9ce5553bf4515aa3dff82bb8f4408dfb26f02.zip FreeBSD-ports-9bf9ce5553bf4515aa3dff82bb8f4408dfb26f02.tar.gz |
avr-libc has not been broken, and in particular did not have a
``broken pkg-plist''.
kris incorrectly stated this in the BROKEN field, even though I've
been repeatedly telling him that it's actually been netpbm that broke
some time ago (apparently due to an upgraded C compiler in the
system; generating transparent PNGs caused it to dump core).
Fortunately, dinoex now updated the netpbm port, so all works again.
-rw-r--r-- | devel/avr-libc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 0dca6ec..863042f 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -47,12 +47,6 @@ DEMOFILES= Makefile demo.c DEMOFILES+= demo.bin demo.hex demo.pdf demo.srec .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= Broken pkg-plist -.endif - do-build: (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ./domake MAKE=${GMAKE}) @@ -83,4 +77,4 @@ do-install: ${PREFIX}/share/doc/avr-libc/examples/twitest; \ done -.include <bsd.port.post.mk> +.include <bsd.port.mk> |