diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-02-08 18:17:40 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2003-02-08 18:17:40 +0000 |
commit | 5fa44dba042ac9ba5a6508d1f79614026efded7b (patch) | |
tree | 01a7a5ceef4fddc198bef520487c453967b62431 | |
parent | Update to 1.5.4. (diff) |
Transmit CFLAGS to the build 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 cb58cb827558..a5606f97d4f2 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 \ |