diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 17:12:12 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-16 17:12:12 +0000 |
commit | 9e818d365e9b1cfcf458bdb55cca3b71ca95c201 (patch) | |
tree | a52494e1b6140ebe872076edd6f080db1d48c6bf /cad/xcircuit | |
parent | 53dc07d2c7782de0890d8d7e85beebe7f49a6593 (diff) | |
download | ports-9e818d365e9b1cfcf458bdb55cca3b71ca95c201.tar.gz ports-9e818d365e9b1cfcf458bdb55cca3b71ca95c201.zip |
Notes
Diffstat (limited to 'cad/xcircuit')
-rw-r--r-- | cad/xcircuit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index a6802fbd6782..1118e1e15667 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -14,7 +14,8 @@ MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ MAINTAINER= ports@FreeBSD.org COMMENT= An X11 drawing program [especially for circuit schematics] -BROKEN= Incorrect pkg-plist +BUILD_DEPENDS= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${USE_TCL} \ + wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${USE_TK} USE_BZIP2= yes USE_X_PREFIX= yes |