diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
commit | a6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch) | |
tree | c350c4abc20ce22bda0b7dba0636816742669bc8 /math/mate-calc | |
parent | Add the possiblity of building on powerpc64. (diff) |
- Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.h
and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect
value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
to intltool so move DATADIRNAME patching from USES=pathfix to
USE_GNOME=intlhack.
- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use
Exp-run by: antoine
Approved by: portmgr (antoine)
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 |