diff options
author | gahr <gahr@FreeBSD.org> | 2013-11-11 17:07:15 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-11-11 17:07:15 +0800 |
commit | 8abe079012ac72d461f4341dfdebb9dee1b7f290 (patch) | |
tree | abd7fb38075bda478d3e2d596c2dc9ed4f609a94 /graphics | |
parent | 7955399b0c53433cb92a8cc38c19c4b3e6ee0ec6 (diff) | |
download | freebsd-ports-gnome-8abe079012ac72d461f4341dfdebb9dee1b7f290.tar.gz freebsd-ports-gnome-8abe079012ac72d461f4341dfdebb9dee1b7f290.tar.zst freebsd-ports-gnome-8abe079012ac72d461f4341dfdebb9dee1b7f290.zip |
- Convert to USES+=gmake tk
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/togl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile index 38a96b692ae7..8ff23aecf872 100644 --- a/graphics/togl/Makefile +++ b/graphics/togl/Makefile @@ -11,10 +11,9 @@ DISTNAME= Togl-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tk OpenGL widget +USES+= gmake tk USE_XORG= x11 xt xmu USE_GL= gl -USE_TK= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tk=${TK_LIBDIR} \ --with-tcl=${TCL_LIBDIR} \ |