diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 12:22:24 +0000 |
commit | 2f610b15bf1137cd467e3ba5936219cb070987dd (patch) | |
tree | 86f828653f924d519d32cce03348be91ee87735b /audio/pd | |
parent | 5962582d7269a6c9cdfcb155f39c3338c9f1961d (diff) | |
download | ports-2f610b15bf1137cd467e3ba5936219cb070987dd.tar.gz ports-2f610b15bf1137cd467e3ba5936219cb070987dd.zip |
BROKEN on 5.1: does not build
Notes
Notes:
svn path=/head/; revision=81232
Diffstat (limited to 'audio/pd')
-rw-r--r-- | audio/pd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index e82411689ee7..eac3c9c03609 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -17,6 +17,12 @@ COMMENT= Pure Data, a MIDI-capable real-time audio processor/synthesizer LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ tk83:${PORTSDIR}/x11-toolkits/tk83 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -ltk83 -ltcl83" @@ -86,4 +92,4 @@ do-install: ${MKDIR} ${DATADIR} cd ${WRKSRC}/../extra && pax -r -w * ${DATADIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |