diff options
author | jmz <jmz@FreeBSD.org> | 1995-04-16 06:06:55 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-04-16 06:06:55 +0800 |
commit | 870b8d8a54399ed0dd0855dfa5a270ae1f5d5fd1 (patch) | |
tree | fb561609eeb1ddcfe2661cf5d3b13384bd53973c /print | |
parent | e132654314e8f5d35a479abb9d71d0e071559dca (diff) | |
download | freebsd-ports-gnome-870b8d8a54399ed0dd0855dfa5a270ae1f5d5fd1.tar.gz freebsd-ports-gnome-870b8d8a54399ed0dd0855dfa5a270ae1f5d5fd1.tar.zst freebsd-ports-gnome-870b8d8a54399ed0dd0855dfa5a270ae1f5d5fd1.zip |
Set XMKMF=xmkmf. Apparently xmkmf -a (the defaults) confuses the Imakefile.
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvi/Makefile | 4 |
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}" |