diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:32:07 +0800 |
commit | ca8fd00c3d1e275bcbf43f4904799d17007c6310 (patch) | |
tree | 2b1105fda751368f91c2495b29c8d7ed7603adbd /comms | |
parent | 82dcc39c53da98280dd9caa1259dc4067e2b6fc6 (diff) | |
download | freebsd-ports-graphics-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.gz freebsd-ports-graphics-ca8fd00c3d1e275bcbf43f4904799d17007c6310.tar.zst freebsd-ports-graphics-ca8fd00c3d1e275bcbf43f4904799d17007c6310.zip |
Convert to new perl framework
Convert USE_GMAKE to USES
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 b39a39c5e90..ec37b44dbfe 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 7dac74af87e..f342ecf1bbf 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} |