diff options
author | bf <bf@FreeBSD.org> | 2013-01-17 16:27:35 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-01-17 16:27:35 +0800 |
commit | ea9b6a4d4a559e82c79993b0eac758da04fd9655 (patch) | |
tree | 579546266b5d1af9fb6e1a47ddbbf5f35e8aa663 | |
parent | 1f8bd15331cca0985ac5b054f2fa649d1482c014 (diff) | |
download | freebsd-ports-gnome-ea9b6a4d4a559e82c79993b0eac758da04fd9655.tar.gz freebsd-ports-gnome-ea9b6a4d4a559e82c79993b0eac758da04fd9655.tar.zst freebsd-ports-gnome-ea9b6a4d4a559e82c79993b0eac758da04fd9655.zip |
fix the plist by disabling byte-compilation of ftnchek.el when (x)emacs
is present [1]; trim header
PR: 172682 [1]
-rw-r--r-- | devel/ftnchek/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile index fdc6b409a64a..6826fd58453c 100644 --- a/devel/ftnchek/Makefile +++ b/devel/ftnchek/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ftnchek -# Date created: 4 May 1998 -# Whom: kargl@apl.washington.edu -# +# Created by: kargl@apl.washington.edu # $FreeBSD$ PORTNAME= ftnchek @@ -22,6 +19,7 @@ MAN1= dcl2inc.1 ftnchek.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share -MAKE_ARGS= OPT="${CFLAGS}" CC="${CC}" +CONFIGURE_ENV= ac_cv_path_CC="${CC}" ac_cv_path_EMACS="${TRUE}" +MAKE_ARGS= OPT="${CFLAGS}" .include <bsd.port.mk> |