svn commit: r393087 - head/math/galculator
Koop Mast
kwm at FreeBSD.org
Tue Jul 28 18:13:51 UTC 2015
Author: kwm
Date: Tue Jul 28 18:13:49 2015
New Revision: 393087
URL: https://svnweb.freebsd.org/changeset/ports/393087
Log:
Explicitly depend on intltool.
When GNOME 3.16 is merged, gtk20 will not implicelty depend on it.
Modified:
head/math/galculator/Makefile
Modified: head/math/galculator/Makefile
==============================================================================
--- head/math/galculator/Makefile Tue Jul 28 18:10:15 2015 (r393086)
+++ head/math/galculator/Makefile Tue Jul 28 18:13:49 2015 (r393087)
@@ -9,7 +9,7 @@ MAINTAINER= naddy at 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
More information about the svn-ports-all
mailing list