svn commit: r325951 - in head/comms: hamlib morse

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 09:03:41 UTC 2013


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:


More information about the svn-ports-all mailing list