Portlint (add INSTALLS_SHLIB, reorder vars, remove trailing blank line)

This commit is contained in:
Kris Kennaway 2003-10-28 00:23:22 +00:00
parent 76e0f6e66d
commit 6de576d25f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92365
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -4,4 +4,3 @@ TCLLIBPATH environment variable!
For example (with [t]csh:
setenv TCLLIBPATH "/usr/local/lib/tclmidi /usr/local/lib/tcl8.0"