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 /x11-toolkits | |
parent | 815711e2d48af6f530bffec6553496fcdb8f6d37 (diff) | |
download | ports-ade02cfb85d0aa2f383bf48151b46b82c1abe975.tar.gz ports-ade02cfb85d0aa2f383bf48151b46b82c1abe975.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnocl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile index 2684be70cedf..99d08e70689c 100644 --- a/x11-toolkits/gnocl/Makefile +++ b/x11-toolkits/gnocl/Makefile @@ -17,9 +17,8 @@ LIB_DEPENDS= canberra:${PORTSDIR}/audio/libcanberra \ gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview USE_BZIP2= yes -USES= gmake pkgconfig +USES= gmake pkgconfig tcl USE_GNOME= gtk20 libglade2 -USE_TCL= 84+ USE_LDCONFIG= yes CFLAGS+= -I${TCL_INCLUDEDIR} -L${TCL_LIBDIR} |