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 /audio/paprefs | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) | |
download | ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.tar.gz ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.zip |
- 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)
Notes
Notes:
svn path=/head/; revision=369260
Diffstat (limited to 'audio/paprefs')
-rw-r--r-- | audio/paprefs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/paprefs/Makefile b/audio/paprefs/Makefile index b1593a3a58e3..5fcf58849e5b 100644 --- a/audio/paprefs/Makefile +++ b/audio/paprefs/Makefile @@ -11,12 +11,13 @@ MAINTAINER= romain@FreeBSD.org COMMENT= GTK configuration dialog for PulseAudio LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ - libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \ libpulse.so:${PORTSDIR}/audio/pulseaudio GNU_CONFIGURE= yes -USES= gmake pathfix pkgconfig -USE_GNOME= gnomeprefix intltool +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib +USES= gmake pkgconfig +USE_GNOME= gconfmm26 gnomeprefix CONFIGURE_ARGS= --disable-lynx |