diff options
-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 |