diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-11-08 14:31:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-11-08 14:31:40 +0000 |
commit | 7ec7468932acb1dec576e51f4ace2e4029fea9a2 (patch) | |
tree | a811a5a82ceb9e468d7f4edf82b181da07f15024 /comms/hamfax/Makefile | |
parent | 25062e9577185b42e4c8eb98b76e7e476ee311d0 (diff) | |
download | ports-7ec7468932acb1dec576e51f4ace2e4029fea9a2.tar.gz ports-7ec7468932acb1dec576e51f4ace2e4029fea9a2.zip |
Notes
Diffstat (limited to 'comms/hamfax/Makefile')
-rw-r--r-- | comms/hamfax/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/hamfax/Makefile b/comms/hamfax/Makefile index ad19aeffbf27..edcd8d41307a 100644 --- a/comms/hamfax/Makefile +++ b/comms/hamfax/Makefile @@ -3,13 +3,14 @@ PORTNAME= hamfax PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= comms audio hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= carl@stagecraft.cx COMMENT= QT application for sending and receiving facsimiles over radio -LIB_DEPENDS= audiofile:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile USE_QT4= gui moc_build GNU_CONFIGURE= yes |