diff options
author | gahr <gahr@FreeBSD.org> | 2010-03-24 05:14:39 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-03-24 05:14:39 +0800 |
commit | aa1c16483d3e3ebfabeb32fd51d17b96f8b74118 (patch) | |
tree | 9bfea3ba7c13b0aee1186c7434429fa5a65dc7a4 /comms | |
parent | db2c49723a693c67b0403e054740835d757b9bcd (diff) | |
download | freebsd-ports-gnome-aa1c16483d3e3ebfabeb32fd51d17b96f8b74118.tar.gz freebsd-ports-gnome-aa1c16483d3e3ebfabeb32fd51d17b96f8b74118.tar.zst freebsd-ports-gnome-aa1c16483d3e3ebfabeb32fd51d17b96f8b74118.zip |
- Chase x11-toolkits/fltk update
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fldigi/Makefile | 9 | ||||
-rw-r--r-- | comms/geoid/Makefile | 4 | ||||
-rw-r--r-- | comms/xmorse/Makefile | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index 71c7173867a2..c3561e167577 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -7,7 +7,7 @@ PORTNAME= fldigi PORTVERSION= 3.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= comms hamradio MASTER_SITES= http://www.w1hkj.com/fldigi-distro/ \ ${MASTER_SITE_LOCAL} @@ -16,12 +16,13 @@ MASTER_SITE_SUBDIR= db MAINTAINER= db@FreeBSD.org COMMENT= Digital decoder for psk, cw, psk31, olivia -BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 \ - fltk-threads>=0:${PORTSDIR}/x11-toolkits/fltk-threads +BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so:${PORTSDIR}/audio/portaudio2 LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \ sndfile:${PORTSDIR}/audio/libsndfile \ boost_wave:${PORTSDIR}/devel/boost-libs \ - pulse:${PORTSDIR}/audio/pulseaudio + pulse:${PORTSDIR}/audio/pulseaudio \ + fltk.1:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib \ USE_DOS2UNIX= yes USE_GMAKE= yes diff --git a/comms/geoid/Makefile b/comms/geoid/Makefile index c17e9ad50faa..d43ac2d60896 100644 --- a/comms/geoid/Makefile +++ b/comms/geoid/Makefile @@ -7,7 +7,7 @@ PORTNAME= geoid PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONSUFFIX= .src CATEGORIES= comms hamradio MASTER_SITES= http://www.w1hkj.com/LinuxApps/ \ @@ -19,7 +19,7 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= db@FreeBSD.org COMMENT= Geodetic computer for amateur radio use -LIB_DEPENDS= fltk:${PORTSDIR}/x11-toolkits/fltk-threads +LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_GMAKE= yes MAKEFILE= makefile diff --git a/comms/xmorse/Makefile b/comms/xmorse/Makefile index 410e95c28376..6643efaac8c3 100644 --- a/comms/xmorse/Makefile +++ b/comms/xmorse/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmorse PORTVERSION= 20041125 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= http://c2.com/morse/files/SourceCode/ \ http://www.525183.com/freebsd/xmorse/ \ |