1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Use an explizit XMKMF= xmkmf. I will later change the bsd.por.mk to use

a "xmkmf -a" instead of the xmkmf. This is cleaner and all ports should
work that way. But some X-window ports having difficulties with that rule.
This commit is contained in:
Andreas Schulz 1995-02-25 22:04:23 +00:00
parent 8f1b14fb68
commit 16676650f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1040

View File

@ -3,11 +3,12 @@
# Date created: 14 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.1.1.1 1994/09/14 14:14:09 jkh Exp $
# $Id: Makefile,v 1.2 1995/02/06 08:09:33 jkh Exp $
#
DISTNAME= xpm-3.4d
USE_IMAKE= yes
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
XMKMF= xmkmf
.include <bsd.port.mk>