diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:10:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 15:10:44 +0000 |
commit | 22aa02fd75058917ae1de3fef7cff74b1bcd6c56 (patch) | |
tree | 2a371f98db99023198b309b69d00707314a6c1a1 /comms/acfax | |
parent | 61471fa1979be372d658dc9dff40bb18aca2191c (diff) |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in comms
Notes
Notes:
svn path=/head/; revision=336176
Diffstat (limited to 'comms/acfax')
-rw-r--r-- | comms/acfax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/acfax/Makefile b/comms/acfax/Makefile index 61ed6babad55..f6813d0e2e32 100644 --- a/comms/acfax/Makefile +++ b/comms/acfax/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} MAINTAINER= hamradio@FreeBSD.org COMMENT= Receive faxes using sound card and radio -LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d PLIST_FILES= bin/acfax WRKSRC= ${WRKDIR}/${PORTNAME} |