aboutsummaryrefslogtreecommitdiff
path: root/print/xdvi
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-15 22:06:55 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-15 22:06:55 +0000
commit1e8406a56323f3ae383dae967e23575c24f8f49a (patch)
tree0a2a21c46b7325ad1bb318e729e6604f6c7f2c34 /print/xdvi
parent7033d7a9f508e1af89330c9f3e7b40017908b8f6 (diff)
downloadports-1e8406a56323f3ae383dae967e23575c24f8f49a.tar.gz
ports-1e8406a56323f3ae383dae967e23575c24f8f49a.zip
Set XMKMF=xmkmf. Apparently xmkmf -a (the defaults) confuses the Imakefile.
Notes
Notes: svn path=/head/; revision=1370
Diffstat (limited to 'print/xdvi')
-rw-r--r--print/xdvi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile
index b770efe043fc..67962c898401 100644
--- a/print/xdvi/Makefile
+++ b/print/xdvi/Makefile
@@ -3,7 +3,7 @@
# Date created: 1 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.8 1995/04/15 04:34:11 asami Exp $
+# $Id: Makefile,v 1.9 1995/04/15 14:44:37 joerg Exp $
#
DISTNAME= xdvi
@@ -18,6 +18,8 @@ USE_IMAKE= yes
USE_GMAKE= yes
IS_INTERACTIVE= yes
+XMKMF= xmkmf
+
.if !defined(BATCH)
install:
@echo "===> Installing for ${DISTNAME}"