Date: Mon, 2 Sep 2013 09:03:41 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325951 - in head/comms: hamlib morse Message-ID: <201309020903.r8293fF7009530@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 09:03:40 2013 New Revision: 325951 URL: http://svnweb.freebsd.org/changeset/ports/325951 Log: Eliminate USE_GNOME=pkgconfig from comms Modified: head/comms/hamlib/Makefile head/comms/morse/Makefile Modified: head/comms/hamlib/Makefile ============================================================================== --- head/comms/hamlib/Makefile Mon Sep 2 09:01:51 2013 (r325950) +++ head/comms/hamlib/Makefile Mon Sep 2 09:03:40 2013 (r325951) @@ -13,8 +13,8 @@ LICENSE= LGPL20 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -USE_GNOME= pkgconfig gnomehack libxml2 -USE_PERL5= yes +USES= perl5 pkgconfig pathfix +USE_GNOME= libxml2 USE_TCL= yes USE_PYTHON= yes USE_AUTOTOOLS= autoconf libtool libltdl Modified: head/comms/morse/Makefile ============================================================================== --- head/comms/morse/Makefile Mon Sep 2 09:01:51 2013 (r325950) +++ head/comms/morse/Makefile Mon Sep 2 09:03:40 2013 (r325951) @@ -37,7 +37,7 @@ LDFLAGS+= -L${PREFIX}/lib .elif ${PORT_OPTIONS:MPULSEAUDIO} MAKE_FLAGS+= DEVICE=PA LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio -USE_GNOME= pkgconfig +USES+= pkgconfig .endif do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309020903.r8293fF7009530>