diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-14 12:07:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-14 12:07:45 +0000 |
commit | 52a0052d288c0bb2131787fc52e60178648d58f6 (patch) | |
tree | 1205e513f91cbb84fbb33034bf3a77ed99c7641c /x11-toolkits/gtkglarea | |
parent | 03341938cefcba0047b45f7f3e16b1817b31f5d9 (diff) | |
download | ports-52a0052d288c0bb2131787fc52e60178648d58f6.tar.gz ports-52a0052d288c0bb2131787fc52e60178648d58f6.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtkglarea')
-rw-r--r-- | x11-toolkits/gtkglarea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile index 8922b40119df..18b66e4e2f39 100644 --- a/x11-toolkits/gtkglarea/Makefile +++ b/x11-toolkits/gtkglarea/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ MAINTAINER= jaeger16@yahoo.com USE_MESA= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-lib-GL |