- /usr/local -> ${LOCALBASE}
- the wish depend should be a BUILD_DEPENDS also, as the compile fails if wish isnt installed - bump NEED_VERSION todd@ ok
This commit is contained in:
parent
f8a0ddc14b
commit
5e0f2add5b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2000/10/22 14:03:09 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2001/02/26 15:55:32 avsm Exp $
|
||||
|
||||
DISTNAME= tkcvs-6.0
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.230
|
||||
NEED_VERSION= 1.351
|
||||
|
||||
MAINTAINER= Todd T. Fries <todd@openbsd.org>
|
||||
|
||||
@ -13,7 +13,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/sorted/packages-7.6/apps/tkcvs-6.0/
|
||||
|
||||
RUN_DEPENDS= /usr/local/bin/wish8.3::x11/tk/8.3
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/wish8.3::x11/tk/8.3
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
NO_BUILD= Yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user