summaryrefslogtreecommitdiffstats
path: root/graphics/fxtv
diff options
context:
space:
mode:
authordburr <dburr@FreeBSD.org>1998-07-06 13:26:32 +0000
committerdburr <dburr@FreeBSD.org>1998-07-06 13:26:32 +0000
commit1176578b9677c08554ea24a978dc8e88f7edd867 (patch)
tree1bfc30fac01471bde073c1c2544a28328b5cb1dc /graphics/fxtv
parent61ed03d29f194f0eabd8463835276aef5411e90a (diff)
downloadFreeBSD-ports-1176578b9677c08554ea24a978dc8e88f7edd867.zip
FreeBSD-ports-1176578b9677c08554ea24a978dc8e88f7edd867.tar.gz
Allow environment variables to be passed to make's children (-e flag).
This way, you can, for example, "setenv HAVE_XFREE86 no" to get fxtv to compile if you have special/extenuating circumstances. Submitted by: Randall Hopper <rhh@ct.picker.com>
Diffstat (limited to 'graphics/fxtv')
-rw-r--r--graphics/fxtv/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile
index abd27f6..eb5b5b3 100644
--- a/graphics/fxtv/Makefile
+++ b/graphics/fxtv/Makefile
@@ -3,7 +3,7 @@
# Date created: Sun Sep 7 17:55:07 EDT 1997
# Whom: Randall Hopper <rhh@ct.picker.com>
#
-# $Id: Makefile,v 1.4 1997/12/18 16:58:25 markm Exp $
+# $Id: Makefile,v 1.5 1998/06/07 08:54:13 dburr Exp $
#
DISTNAME= fxtv-0.47
@@ -27,5 +27,6 @@ LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
USE_X11= yes
USE_GMAKE= yes
+MAKE_FLAGS+= -e
.include <bsd.port.mk>
OpenPOWER on IntegriCloud