summaryrefslogtreecommitdiffstats
path: root/audio/tse3/Makefile
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2005-09-12 00:58:38 +0000
committermi <mi@FreeBSD.org>2005-09-12 00:58:38 +0000
commit7ffd91627de257bf9e67b2938f56e411e934fd4f (patch)
treeceaf6dab214bc478f58cfeb74d1b3a658ba72649 /audio/tse3/Makefile
parentc14173b5b5d767dbb9fc8a173d2d499510e9efb3 (diff)
downloadFreeBSD-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/Makefile6
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
OpenPOWER on IntegriCloud