fix tk dep

This commit is contained in:
espie 2009-03-11 10:53:55 +00:00
parent 3237556660
commit 32693f6e27

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2008/12/03 23:44:44 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2009/03/11 10:53:55 espie Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= circuit drawing and schematic capture
BASEVER= 3.4
DISTNAME= xcircuit-${BASEVER}.27
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= cad
HOMEPAGE= http://opencircuitdesign.com/xcircuit/
@ -28,7 +28,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-tcl=${LOCALBASE}/lib/tcl8.4 \
--with-tk=${LOCALBASE}/lib/tk8.4
LIB_DEPENDS+= tk84:tk-8.4.*:x11/tk/8.4
LIB_DEPENDS+= tk84:tk->=8.4,<8.5:x11/tk/8.4
USE_X11= Yes
USE_GMAKE= Yes