diff options
author | naddy <naddy@FreeBSD.org> | 2002-08-24 20:34:54 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-08-24 20:34:54 +0800 |
commit | 1e4c72436ea4daf062714ecc2e3cbb7e68717aaa (patch) | |
tree | b1627b5cab5d0197d82b09e607c3d9961d1694c5 /math/calcoo | |
parent | ecdd438f41608e620486f1d798d84a5afec9db23 (diff) | |
download | freebsd-ports-gnome-1e4c72436ea4daf062714ecc2e3cbb7e68717aaa.tar.gz freebsd-ports-gnome-1e4c72436ea4daf062714ecc2e3cbb7e68717aaa.tar.zst freebsd-ports-gnome-1e4c72436ea4daf062714ecc2e3cbb7e68717aaa.zip |
Switch to GNOMENG framework for Gtk.
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 |