diff options
author | lesi <lesi@FreeBSD.org> | 2004-12-23 09:42:27 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2004-12-23 09:42:27 +0800 |
commit | bc7996331250d146522379669fb9e95a19c05b60 (patch) | |
tree | 08e37d4eebc0f23e893463cacdc96fb78c592e4c /cad/tkgate/Makefile | |
parent | a0920341da1b6fa1486561666cc28951bfd37c65 (diff) | |
download | freebsd-ports-gnome-bc7996331250d146522379669fb9e95a19c05b60.tar.gz freebsd-ports-gnome-bc7996331250d146522379669fb9e95a19c05b60.tar.zst freebsd-ports-gnome-bc7996331250d146522379669fb9e95a19c05b60.zip |
Add imake build dependency, it is no longer implied by USE_XLIB.
Pointed out by: dosirak via kris
Approved by: maintainer timeout
Diffstat (limited to 'cad/tkgate/Makefile')
-rw-r--r-- | cad/tkgate/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index b595f9a0543c..036c20ada69d 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -17,6 +17,7 @@ COMMENT= A Tcl/Tk based digital circuit editor and simulator LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 RUN_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 +BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} GNU_CONFIGURE= yes USE_BISON= yes |