aboutsummaryrefslogtreecommitdiff
path: root/net-im/ekiga
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-25 15:18:27 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-25 15:18:27 +0000
commita6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch)
treec350c4abc20ce22bda0b7dba0636816742669bc8 /net-im/ekiga
parentac56971df4fe7c1fad64354371b6054246299b18 (diff)
downloadports-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 'net-im/ekiga')
-rw-r--r--net-im/ekiga/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile
index 4b3181c18dc8..926c4e50b814 100644
--- a/net-im/ekiga/Makefile
+++ b/net-im/ekiga/Makefile
@@ -21,14 +21,14 @@ LIB_DEPENDS= libboost_signals.so:${PORTSDIR}/devel/boost-libs \
RUN_DEPENDS= gnome-icon-theme>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme
GNU_CONFIGURE= yes
-USES= gettext gmake libtool pathfix perl5 pkgconfig tar:xz
+USES= gettext gmake libtool perl5 pkgconfig tar:xz
USE_XORG= xv
USE_GNOME= gtk20 intltool libxml2
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -I${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= LDAP NOTIFY EVOLUTION GCONF DBUS AVAHI GNOMEHELP
OPTIONS_DEFAULT=NOTIFY DBUS GCONF AVAHI