diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 2004-12-06 22:20:40 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 2004-12-06 22:20:40 +0000 |
| commit | 5a78a0892a4d68b3bb721f8e7de7d2de50e63507 (patch) | |
| tree | 9427a9ec5a236f216b85f1774880b03b6b807360 /devel/avr-libc | |
| parent | Add xmms-scrobbler, a XMMS/BPM Plugin for audioscrobbler.com (diff) | |
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.
Notes
Notes:
svn path=/head/; revision=123344
Diffstat (limited to 'devel/avr-libc')
| -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 0dca6ec683a4..863042f81064 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> |
