diff options
author | mandree <mandree@FreeBSD.org> | 2010-06-04 19:50:46 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-06-04 19:50:46 +0800 |
commit | 9a9e73f67523d576bb676ee15732ed4e165dd9cb (patch) | |
tree | 6b5b4a3d4c3038597316834ca71e31e4c388c23a /net/ekiga | |
parent | 24e877e51e3d90df33479e237ffc8fcc97126dca (diff) | |
download | freebsd-ports-gnome-9a9e73f67523d576bb676ee15732ed4e165dd9cb.tar.gz freebsd-ports-gnome-9a9e73f67523d576bb676ee15732ed4e165dd9cb.tar.zst freebsd-ports-gnome-9a9e73f67523d576bb676ee15732ed4e165dd9cb.zip |
Add USE_GETTEXT=yes, rearrange Makefile a bit, ALL_TARGET->MAKE_JOBS_SAFE.
PR: ports/147429
Approved by: mi@aldan.algebra.com (maintainer)
Approved by: garga (mentor)
Diffstat (limited to 'net/ekiga')
-rw-r--r-- | net/ekiga/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ekiga/Makefile b/net/ekiga/Makefile index cfabd3b24e0a..e95e478a80f0 100644 --- a/net/ekiga/Makefile +++ b/net/ekiga/Makefile @@ -14,15 +14,16 @@ MASTER_SITES= GNOME MAINTAINER= mi@aldan.algebra.com COMMENT= VoIP phone for GNOME +LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal + OPTIONS= AVAHI "Support Avahi for service discovery on LAN" on \ DBUS "Use D-BUS for interprocess communication" on -LIB_DEPENDS= opal_r:${PORTSDIR}/net/opal - CONFLICTS= ekiga-3.* USE_BZIP2= yes USE_GMAKE= yes +USE_GETTEXT= yes USE_SDL= sdl INSTALLS_OMF= yes USE_GNOME= libgnomeui gnomeprefix gnomehack gnomedocutils \ @@ -33,7 +34,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ SDL_CONFIG="${SDL_CONFIG}" CONFIGURE_ARGS= --with-pwlib-dir=${LOCALBASE} \ --with-opal-dir=${LOCALBASE} -ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` +MAKE_JOBS_SAFE= yes GCONF_SCHEMAS= ekiga.schemas MAN1= ekiga.1 |