diff options
author | mi <mi@FreeBSD.org> | 2005-09-12 00:58:38 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-09-12 00:58:38 +0000 |
commit | 7ffd91627de257bf9e67b2938f56e411e934fd4f (patch) | |
tree | ceaf6dab214bc478f58cfeb74d1b3a658ba72649 /audio/tse3/Makefile | |
parent | c14173b5b5d767dbb9fc8a173d2d499510e9efb3 (diff) | |
download | FreeBSD-ports-7ffd91627de257bf9e67b2938f56e411e934fd4f.zip FreeBSD-ports-7ffd91627de257bf9e67b2938f56e411e934fd4f.tar.gz |
Update from 0.3.0 to 0.3.1. Unbreak on 64-bit platforms (unsigned int
vs. size_t).
Diffstat (limited to 'audio/tse3/Makefile')
-rw-r--r-- | audio/tse3/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile index 8059459..76e7bac 100644 --- a/audio/tse3/Makefile +++ b/audio/tse3/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= tse3 -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -26,10 +26,6 @@ MAN3= tse3.3 .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - .if defined(WITH_ARTS) LIB_DEPENDS+= artsmidi:${PORTSDIR}/multimedia/kdemultimedia3 .else |