diff options
Diffstat (limited to 'math/mate-calc')
-rw-r--r-- | math/mate-calc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile index 9dafb21d9a8c..d0583e49e136 100644 --- a/math/mate-calc/Makefile +++ b/math/mate-calc/Makefile @@ -14,12 +14,12 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext gmake pkgconfig tar:xz USE_GNOME= glib20 gnomehier gtk20 intlhack libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gtk=2.0 CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.mate.calc.gschema.xml |