diff options
author | fjoe <fjoe@FreeBSD.org> | 2004-06-28 07:59:08 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2004-06-28 07:59:08 +0800 |
commit | 1b5d2f618663a8d75f7597ba4b146777fc5e9331 (patch) | |
tree | 45b2d400c596902c4412187035d008cedda94f8d | |
parent | 02ca84fc1ce7aa59c32145bfc5182dccf4941af1 (diff) | |
download | freebsd-ports-gnome-1b5d2f618663a8d75f7597ba4b146777fc5e9331.tar.gz freebsd-ports-gnome-1b5d2f618663a8d75f7597ba4b146777fc5e9331.tar.zst freebsd-ports-gnome-1b5d2f618663a8d75f7597ba4b146777fc5e9331.zip |
Remove unnecessary USE_MESA and USE_GMAKE.
-rw-r--r-- | graphics/togl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile index cb6757451063..377e5d41f1d5 100644 --- a/graphics/togl/Makefile +++ b/graphics/togl/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 \ tcl84.1:${PORTSDIR}/lang/tcl84 USE_GL= yes -USE_MESA= yes -USE_GMAKE= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" |