diff options
author | jmz <jmz@FreeBSD.org> | 2003-02-09 02:17:40 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2003-02-09 02:17:40 +0800 |
commit | 639e84706dabf6d3e2100ecdc49d36c2fe936299 (patch) | |
tree | c24c8de98bbf10075a36dd440d3335d7a657c305 /comms/mgetty+sendfax/Makefile | |
parent | f97952d339085194105bcbd1d80d02be20a32285 (diff) | |
download | freebsd-ports-graphics-639e84706dabf6d3e2100ecdc49d36c2fe936299.tar.gz freebsd-ports-graphics-639e84706dabf6d3e2100ecdc49d36c2fe936299.tar.zst freebsd-ports-graphics-639e84706dabf6d3e2100ecdc49d36c2fe936299.zip |
Transmit CFLAGS to the build makefile.
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index cb58cb82755..a5606f97d4f 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -7,7 +7,7 @@ PORTNAME= mgetty PORTVERSION= 1.1.30.12.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ftp://alpha.greenie.net/pub/mgetty/source/1.1/ DISTNAME= mgetty1.1.30-Dec16 @@ -17,7 +17,7 @@ MAINTAINER= jmz@FreeBSD.org USE_PERL5= yes WRKSRC= ${WRKDIR}/mgetty-1.1.30 -MAKE_FLAGS= prefix=${PREFIX} -f +MAKE_FLAGS= CFLAGS="${CFLAGS}" prefix=${PREFIX} -f MAN1= autopvf.1 \ basictopvf.1 \ coverpg.1 \ |