aboutsummaryrefslogtreecommitdiff
path: root/audio/tclmidi
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-11 11:26:40 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-11 11:26:40 +0000
commit0cde76ebca63dd9fbd8a6e497d65b8e746b569bc (patch)
tree79db17aa17f30a5fd51081a6c50b16a180a2a6cc /audio/tclmidi
parentd2115c80e029c394026ca63d6a3e259276266d1e (diff)
downloadports-0cde76ebca63dd9fbd8a6e497d65b8e746b569bc.tar.gz
ports-0cde76ebca63dd9fbd8a6e497d65b8e746b569bc.zip
- ARCH is defined in bsd.port.pre.mk
Notes
Notes: svn path=/head/; revision=133022
Diffstat (limited to 'audio/tclmidi')
-rw-r--r--audio/tclmidi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile
index fc275cc9fa5a..aadc1fe9f756 100644
--- a/audio/tclmidi/Makefile
+++ b/audio/tclmidi/Makefile
@@ -17,10 +17,6 @@ COMMENT= A language designed for creating and editing standard MIDI files
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
-.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-IGNORE= "ignored due to cast from pointer to integer of different size"
-.endif
-
INSTALLS_SHLIB= yes
MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2
GNU_CONFIGURE= yes
@@ -35,6 +31,10 @@ MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
+IGNORE= "ignored due to cast from pointer to integer of different size"
+.endif
+
.if ${OSVERSION} >= 502000
EXTRA_PATCHES= ${PATCHDIR}/smf.patch ${PATCHDIR}/song.patch