diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:32:07 +0000 |
commit | e4343d70fd4006cdded06afba566cf5ac81c1042 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /comms | |
parent | 778e2d35510d4f8fa6bbae934b313771189e4268 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 3 | ||||
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index b39a39c5e904..ec37b44dbfe7 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -32,14 +32,13 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_SITELIBDIR}/ephem/__init__.py:${PORTSDIR}/astro/pyephem\ ${PYTHON_SITELIBDIR}/PyQt4/Qt.py:${PORTSDIR}/devel/py-qt4 -USES= cmake:outsource +USES= cmake:outsource perl5 CMAKE_VERBOSE= yes DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.7+ USE_WX= 2.6+ USE_QT4= gui xml qmake moc rcc uic WX_COMPS= wx wx:build wx:run python:build python:run -USE_PERL5= yes USE_LDCONFIG= yes PLIST_SUB+= MAJOR_VERSION="3" diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 7dac74af87e2..f342ecf1bbfc 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -12,7 +12,7 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= Handle external logins, send and receive faxes USE_CSTD= gnu89 -USE_PERL5= yes +USES= perl5 SUB_FILES= pkg-message mgettycfg WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |