diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 14:07:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 14:07:44 +0000 |
commit | 4c41f42514874bc46cf9e453ac6a566a8f8b7fa5 (patch) | |
tree | 3e63dbe90ec36264d8c8e1f846bf57a90a59388d /math/graphthing | |
parent | 7ff0bd1fa2cbb17397b014107414a4cc2402def4 (diff) | |
download | ports-4c41f42514874bc46cf9e453ac6a566a8f8b7fa5.tar.gz ports-4c41f42514874bc46cf9e453ac6a566a8f8b7fa5.zip |
Notes
Diffstat (limited to 'math/graphthing')
-rw-r--r-- | math/graphthing/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index 0d2b945cfe1b..7bb710981204 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -16,7 +16,8 @@ MAINTAINER= freebsdports@arved.de LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \ gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_GMAKE= yes |