diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 16:57:46 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-20 16:57:46 +0800 |
commit | 10fdd3e0db2f09b60f62555b89ca21644dc70683 (patch) | |
tree | 595cf7dd8ade4427eb68f1f7323566edce998a51 /net-im/ekiga/Makefile | |
parent | 1fa8c7f0ef214e621e9bb0ab7b601696a344742e (diff) | |
download | marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.gz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.bz2 marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.lz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.xz marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.tar.zst marcuscom-ports-10fdd3e0db2f09b60f62555b89ca21644dc70683.zip |
Some ports were installing .la files without using
USES=libtool. Add USES=libtool to those and fix their
pkg-plist accordingly.
No depend port bumped because no lib changed its major
version. There are still a few ports changing its major
when adding libtool to USES, will update those and users
soon.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19822 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/ekiga/Makefile')
-rw-r--r-- | net-im/ekiga/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index 9f98ab3cb..d6d9f2170 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -1,9 +1,10 @@ # Created by: Charlie & <root@ws.ipfw.ru> # $FreeBSD$ -# $MCom$ +# $MCom$ PORTNAME= ekiga PORTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -19,13 +20,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 pathfix perl5 pkgconfig tar:xz +USES= gettext gmake libtool pathfix perl5 pkgconfig \ + tar:xz USE_XORG= xv USE_GNOME= gtk20 intltool libxml2 INSTALLS_ICONS= yes - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -I${LOCALBASE}/lib +INSTALL_TARGET= install-strip OPTIONS_DEFINE= LDAP NOTIFY EVOLUTION GCONF DBUS AVAHI GNOMEHELP OPTIONS_DEFAULT=NOTIFY DBUS GCONF AVAHI |