diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
commit | bad37a6cd4b811ce01dd9f0064fd020df161bc43 (patch) | |
tree | 496c722222b746ec4b7d8e984d2c9c4c053e3fbc /comms | |
parent | 2c80774ea9e44f876b9af2e57eb6518e34b048e6 (diff) | |
download | ports-bad37a6cd4b811ce01dd9f0064fd020df161bc43.tar.gz ports-bad37a6cd4b811ce01dd9f0064fd020df161bc43.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/twpsk/Makefile | 10 | ||||
-rw-r--r-- | comms/xastir/Makefile | 4 |
2 files changed, 4 insertions, 10 deletions
diff --git a/comms/twpsk/Makefile b/comms/twpsk/Makefile index c2c042fc6945..ecf60a004830 100644 --- a/comms/twpsk/Makefile +++ b/comms/twpsk/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: twpsk -# Date created: 2005-05-27 -# Whom: Søren Straarup <xride@x12.dk> -# +# Created by: Søren Straarup <xride@x12.dk> # $FreeBSD$ -# PORTNAME= twpsk PORTVERSION= 2.1 @@ -12,10 +8,10 @@ CATEGORIES= comms hamradio MASTER_SITES= http://www.ibiblio.org/pub/linux/apps/ham/ MAINTAINER= xride@FreeBSD.org -COMMENT= A openmotif X psk31 client +COMMENT= Openmotif X psk31 client USE_XORG= xpm -USE_MOTIF= yes +USES= motif MAN1= psk31.1 diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 486761cfa522..c0445648e600 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -17,9 +17,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ png15:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_MOTIF= yes -USES= gettext +USES= gettext gmake motif MAKE_JOBS_SAFE= yes MAN1= xastir.1 \ |