diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-11-17 19:45:44 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-11-17 19:45:44 +0000 |
commit | 2eb7fb881d9642b5a3e8ae9770f11094a05801cc (patch) | |
tree | 1bb19b1f5c7b9d9e6f0c45e8abbacba84b6f98cf /x11/xtermcontrol | |
parent | 1f62f53b65cddd087889600bfb9fc62811377dd3 (diff) | |
download | ports-2eb7fb881d9642b5a3e8ae9770f11094a05801cc.tar.gz ports-2eb7fb881d9642b5a3e8ae9770f11094a05801cc.zip |
Notes
Diffstat (limited to 'x11/xtermcontrol')
-rw-r--r-- | x11/xtermcontrol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xtermcontrol/Makefile b/x11/xtermcontrol/Makefile index 220a90d63d57..e148b2741aa4 100644 --- a/x11/xtermcontrol/Makefile +++ b/x11/xtermcontrol/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.thrysoee.dk/xtermcontrol/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for dynamic control of xterm properties -RUN_DEPENDS= xterm-static:${PORTSDIR}/x11/xterm +RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm USE_X_PREFIX= yes USE_GETTEXT= yes |