diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-24 19:38:39 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-24 19:38:39 +0800 |
commit | 43c2505bfd6c4e5edf19835bfcf83693872014bf (patch) | |
tree | c0c8d8682f6fd80079f637c41d9bd846288ee849 /graphics | |
parent | 5ee74fa237398fbf42726e331370702436663c39 (diff) | |
download | freebsd-ports-gnome-43c2505bfd6c4e5edf19835bfcf83693872014bf.tar.gz freebsd-ports-gnome-43c2505bfd6c4e5edf19835bfcf83693872014bf.tar.zst freebsd-ports-gnome-43c2505bfd6c4e5edf19835bfcf83693872014bf.zip |
- Convert to USES=tcl
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aolserver-nsgd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/aolserver-nsgd/Makefile b/graphics/aolserver-nsgd/Makefile index 2ca8bc1346f0..19bb55b8c7d5 100644 --- a/graphics/aolserver-nsgd/Makefile +++ b/graphics/aolserver-nsgd/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver USE_GMAKE= yes -USE_TCL= 84+ +USES= tcl NO_STAGE= yes .include <bsd.port.pre.mk> |