Fix broken port
This commit is contained in:
parent
1a85e54520
commit
d65b681550
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264884
1 changed files with 3 additions and 3 deletions
|
@ -20,19 +20,18 @@ LIB_DEPENDS= tcl${TCLVERSION:S/.//}:${TCLPORTDIR}${TCLVERSION:C/[^0-9]//g}
|
|||
USE_PGSQL= yes
|
||||
MASTERDIR= ${.CURDIR}/../../databases/postgresql74-server
|
||||
|
||||
BROKEN= does not compile
|
||||
|
||||
CONFLICTS= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-3]*
|
||||
|
||||
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
||||
|
||||
# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version
|
||||
TCLVERSION?= 8.4
|
||||
TCLVERSION?= 8.5
|
||||
PLIST_SUB+= TCLVERSION=${TCLVERSION}
|
||||
CONFIGURE_ARGS= --with-tcl \
|
||||
--with-tclconfig=${TCLCONFIG} \
|
||||
--with-includes=${INCDIRS}
|
||||
|
||||
INCLUDES+= -I${TCL_INCDIR}
|
||||
TCL_INCDIR= ${LOCALBASE}/include/tcl${TCLVERSION}
|
||||
TCLCONFIG= ${LOCALBASE}/lib/tcl${TCLVERSION}
|
||||
MAKE_ENV+= TCL_INCDIR=${TCL_INCDIR}
|
||||
|
@ -57,6 +56,7 @@ CONFIGURE_ENV+= WISH=${LOCALBASE}/bin/wish${TCLVERSION}
|
|||
LIB_DEPENDS+= tk${TCLVERSION:S/.//}:${TKPORTDIR}${TCLVERSION:C/[^0-9]//g}
|
||||
TKCONFIG= ${LOCALBASE}/lib/tk${TCLVERSION}
|
||||
INCDIRS= ${TCL_INCDIR}:${TK_INCDIR}
|
||||
INCLUDES+= -I${TK_INCDIR}
|
||||
PLIST_SUB+= TK=""
|
||||
CATEGORIES+= tk
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue