aboutsummaryrefslogtreecommitdiffstats
path: root/cad/xcircuit
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-08 08:00:57 +0800
committerpav <pav@FreeBSD.org>2007-01-08 08:00:57 +0800
commit82f3c8e784002823e168c10d13f666526e328a60 (patch)
tree7343e744cd3b22d04182c344825860733cdb10cd /cad/xcircuit
parent0fd8de27d0ccf12f5fbb0467f91a4032234e0ffb (diff)
downloadfreebsd-ports-gnome-82f3c8e784002823e168c10d13f666526e328a60.tar.gz
freebsd-ports-gnome-82f3c8e784002823e168c10d13f666526e328a60.tar.zst
freebsd-ports-gnome-82f3c8e784002823e168c10d13f666526e328a60.zip
- Use new USE_TCL_BUILD/USE_TK_BUILD macros
Diffstat (limited to 'cad/xcircuit')
-rw-r--r--cad/xcircuit/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile
index 25f94fd5bbdf..c775ab0b3b5c 100644
--- a/cad/xcircuit/Makefile
+++ b/cad/xcircuit/Makefile
@@ -16,13 +16,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= shaun@FreeBSD.org
COMMENT= An X11 drawing program [especially for circuit schematics]
-BUILD_DEPENDS= tclsh${TCL_VER}:${PORTSDIR}/lang/tcl${USE_TCL} \
- wish${TK_VER}:${PORTSDIR}/x11-toolkits/tk${USE_TK}
-
USE_X_PREFIX= yes
USE_XPM= yes
USE_TCL= 84
+USE_TCL_BUILD= 84
USE_TK= 84
+USE_TK_BUILD= 84
USE_GHOSTSCRIPT_RUN= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes