aboutsummaryrefslogtreecommitdiffstats
path: root/audio/tclmidi
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-28 08:23:22 +0800
committerkris <kris@FreeBSD.org>2003-10-28 08:23:22 +0800
commit33ae07c13da8bb56a705867877f6c6505b11b630 (patch)
tree6770796a94243bf372ca11c86cbcca92cae9b029 /audio/tclmidi
parentf066fc81c866af8d5192ac830887ffda1f666b6c (diff)
downloadfreebsd-ports-gnome-33ae07c13da8bb56a705867877f6c6505b11b630.tar.gz
freebsd-ports-gnome-33ae07c13da8bb56a705867877f6c6505b11b630.tar.zst
freebsd-ports-gnome-33ae07c13da8bb56a705867877f6c6505b11b630.zip
Portlint (add INSTALLS_SHLIB, reorder vars, remove trailing blank line)
Diffstat (limited to 'audio/tclmidi')
-rw-r--r--audio/tclmidi/Makefile5
-rw-r--r--audio/tclmidi/pkg-message1
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile
index 42f896169a17..ff918b727460 100644
--- a/audio/tclmidi/Makefile
+++ b/audio/tclmidi/Makefile
@@ -15,12 +15,13 @@ MASTER_SITES= ftp://ftp.cs.ruu.nl/pub/MIDI/PROGRAMS/
MAINTAINER= ports@freebsd.org
COMMENT= A language designed for creating and editing standard MIDI files
+LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
+
.if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
IGNORE= "ignored due to cast from pointer to integer of different size"
.endif
-LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
-
+INSTALLS_SHLIB= yes
MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.2
diff --git a/audio/tclmidi/pkg-message b/audio/tclmidi/pkg-message
index 8e2d9f8698be..344ddcef4d68 100644
--- a/audio/tclmidi/pkg-message
+++ b/audio/tclmidi/pkg-message
@@ -4,4 +4,3 @@ TCLLIBPATH environment variable!
For example (with [t]csh:
setenv TCLLIBPATH "/usr/local/lib/tclmidi /usr/local/lib/tcl8.0"
-