diff options
Diffstat (limited to 'comms/twpsk/Makefile')
-rw-r--r-- | comms/twpsk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/twpsk/Makefile b/comms/twpsk/Makefile index 086e7ac2cb56..0daf1996b3e9 100644 --- a/comms/twpsk/Makefile +++ b/comms/twpsk/Makefile @@ -1,6 +1,6 @@ PORTNAME= twpsk PORTVERSION= 4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= http://wa0eir.bcts.info/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -18,6 +18,7 @@ USE_CXXSTD= c++14 USE_XORG= ice sm xt x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CFLAGS+= -L${LOCALBASE}/lib |