diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-10 05:43:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-10 05:43:02 +0800 |
commit | 11cdd557db2e22c7f1ad5e873d0a4397068caf5e (patch) | |
tree | bd32ed7f7e7b64a00aa12cc9947ea970c460d843 /comms | |
parent | 6607e5826c610a31e5dfd291ea1f5b1a83ff6131 (diff) | |
download | freebsd-ports-gnome-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.tar.gz freebsd-ports-gnome-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.tar.zst freebsd-ports-gnome-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.zip |
Get rid of XAWVER option in bsd.port.mk it does not need to be specified there also remove a useless global XAWVER PLIST_SUB
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} |