diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gpsk31/Makefile | 1 | ||||
-rw-r--r-- | comms/twpsk/Makefile | 4 | ||||
-rw-r--r-- | comms/xnecview/Makefile | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/comms/gpsk31/Makefile b/comms/gpsk31/Makefile index 8a7abc96161b..683865344d22 100644 --- a/comms/gpsk31/Makefile +++ b/comms/gpsk31/Makefile @@ -15,7 +15,6 @@ COMMENT= A gtk psk31 client USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_X_PREFIX= yes post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure diff --git a/comms/twpsk/Makefile b/comms/twpsk/Makefile index 3d7e3b18093e..e3e3aa85dc6e 100644 --- a/comms/twpsk/Makefile +++ b/comms/twpsk/Makefile @@ -7,14 +7,14 @@ PORTNAME= twpsk PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= http://www.ibiblio.org/pub/linux/apps/ham/ MAINTAINER= xride@FreeBSD.org COMMENT= A openmotif X psk31 client -USE_XPM= yes +USE_XORG= xpm USE_MOTIF= yes MAN1= psk31.1 diff --git a/comms/xnecview/Makefile b/comms/xnecview/Makefile index fc9a823fed52..5ad592d4fbb8 100644 --- a/comms/xnecview/Makefile +++ b/comms/xnecview/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS= nec2c:${PORTSDIR}/comms/nec2c USE_GNOME= gtk20 USE_GMAKE= yes -USE_X_PREFIX= yes MAKE_ENV= LDFLAGS="${LDFLAGS}" |