diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 21:43:02 +0000 |
commit | 7d20ef9811ab05a11a26d6d9ad094232177a5bb5 (patch) | |
tree | bd32ed7f7e7b64a00aa12cc9947ea970c460d843 /comms | |
parent | d567c4c25ffb2cd933f753aeb0c00d9c5b3dfd8c (diff) | |
download | ports-7d20ef9811ab05a11a26d6d9ad094232177a5bb5.tar.gz ports-7d20ef9811ab05a11a26d6d9ad094232177a5bb5.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/acfax/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/acfax/Makefile b/comms/acfax/Makefile index a90c68f09d7f..16e564ae75b2 100644 --- a/comms/acfax/Makefile +++ b/comms/acfax/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: acfax -# Date created: 20 February 2002 -# Whom: Darren <igla@batterybackups.net> -# +# Created by: Darren <igla@batterybackups.net> # $FreeBSD$ -# PORTNAME= acfax PORTVERSION= 0.981011 @@ -15,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//} MAINTAINER= hamradio@FreeBSD.org COMMENT= Receive faxes using sound card and radio -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d PLIST_FILES= bin/acfax WRKSRC= ${WRKDIR}/${PORTNAME} |