Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 06:30:45 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318648 - head/comms/gr-osmosdr
Message-ID:  <201305210630.r4L6Ujc6050681@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Tue May 21 06:30:44 2013
New Revision: 318648
URL: http://svnweb.freebsd.org/changeset/ports/318648

Log:
  Remove useless dependency to doxygen
  
  Suggested by:	danfe

Modified:
  head/comms/gr-osmosdr/Makefile   (contents, props changed)

Modified: head/comms/gr-osmosdr/Makefile
==============================================================================
--- head/comms/gr-osmosdr/Makefile	Tue May 21 06:24:16 2013	(r318647)
+++ head/comms/gr-osmosdr/Makefile	Tue May 21 06:30:44 2013	(r318648)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gr-osmosdr
 PORTVERSION=	20130509
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac
@@ -13,7 +14,6 @@ COMMENT=	GNU Radio OsmoSDR module
 LICENSE=	GPLv3
 
 BUILD_DEPENDS=	swig:${PORTSDIR}/devel/swig13 \
-		doxygen:${PORTSDIR}/devel/doxygen \
 		cheetah:${PORTSDIR}/devel/py-cheetah
 LIB_DEPENDS=	gnuradio-core:${PORTSDIR}/comms/gnuradio \
 		gnuradio-fcd:${PORTSDIR}/comms/gnuradio \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305210630.r4L6Ujc6050681>