summaryrefslogtreecommitdiff
path: root/devel/avr-libc
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2004-12-06 22:20:40 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2004-12-06 22:20:40 +0000
commit5a78a0892a4d68b3bb721f8e7de7d2de50e63507 (patch)
tree9427a9ec5a236f216b85f1774880b03b6b807360 /devel/avr-libc
parentAdd 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/Makefile8
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>