diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-28 18:13:49 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-28 18:13:49 +0000 |
commit | 542b654f4adac1d7e473c091bd5a59b9fafeba07 (patch) | |
tree | 87a8bfafb24a08c794aded3249dcd3b62505ef1b /math | |
parent | 9cc9f3e7406eb194b07c1ff77475acc50fb001e2 (diff) | |
download | ports-542b654f4adac1d7e473c091bd5a59b9fafeba07.tar.gz ports-542b654f4adac1d7e473c091bd5a59b9fafeba07.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/galculator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 236ae0351d10..22aeab4e6553 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -9,7 +9,7 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= GTK-based scientific calculator USES= gettext gmake pkgconfig tar:bzip2 -USE_GNOME= gtk20 +USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |