diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-19 14:21:42 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-19 14:21:42 +0000 |
commit | ade02cfb85d0aa2f383bf48151b46b82c1abe975 (patch) | |
tree | 0caf5578e87267863ea53806b414c7ca170f787b /sysutils | |
parent | 815711e2d48af6f530bffec6553496fcdb8f6d37 (diff) | |
download | ports-ade02cfb85d0aa2f383bf48151b46b82c1abe975.tar.gz ports-ade02cfb85d0aa2f383bf48151b46b82c1abe975.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dirdiff/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/dirdiff/Makefile b/sysutils/dirdiff/Makefile index cdbbae98f51a..1a93cbc2f088 100644 --- a/sysutils/dirdiff/Makefile +++ b/sysutils/dirdiff/Makefile @@ -13,9 +13,8 @@ COMMENT= Graphical diff tool LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -USE_TCL_BUILD= yes +USES+= tk USE_LDCONFIG= yes -USE_TK= yes PLIST_FILES= bin/dirdiff lib/libfilecmp.so.0 |