diff options
author | gahr <gahr@FreeBSD.org> | 2013-09-19 22:21:42 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-09-19 22:21:42 +0800 |
commit | 71a9ed5f785b4ab5cc964d232dc3ec110c619f59 (patch) | |
tree | 0caf5578e87267863ea53806b414c7ca170f787b /x11-toolkits/gnocl | |
parent | edd32971028d8796e8f24017a33a61ca5751d8d6 (diff) | |
download | freebsd-ports-gnome-71a9ed5f785b4ab5cc964d232dc3ec110c619f59.tar.gz freebsd-ports-gnome-71a9ed5f785b4ab5cc964d232dc3ec110c619f59.tar.zst freebsd-ports-gnome-71a9ed5f785b4ab5cc964d232dc3ec110c619f59.zip |
- Convert USE_TCL to USES=tcl
Diffstat (limited to 'x11-toolkits/gnocl')
-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} |