diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-24 12:34:54 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-24 12:34:54 +0000 |
commit | 311e509ef0801c45cbfa5ddf33ed37b77ec1d606 (patch) | |
tree | ecbc9500808bf823962871fb0a58526d436b738e /math/calcoo | |
parent | Properly convert command-line arguments into UTF-8 before passing them (diff) |
Switch to GNOMENG framework for Gtk.
Notes
Notes:
svn path=/head/; revision=64951
Diffstat (limited to 'math/calcoo')
-rw-r--r-- | math/calcoo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 698ee3144666..f1260a088142 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= calcoo MAINTAINER= naddy@FreeBSD.org -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes MAN1= calcoo.1 |