summaryrefslogtreecommitdiff
path: root/graphics/xpm/Makefile
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-25 22:04:23 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-25 22:04:23 +0000
commit16676650f9ab160b3b107970e2fb45d70edf0a27 (patch)
tree0c72bac4355398523c7c16eeeef6e8f3e36abfa1 /graphics/xpm/Makefile
parentDelete the patch prefix to get it more uniform with the other ports. (diff)
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.
Diffstat (limited to '')
-rw-r--r--graphics/xpm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index f8b1ed429e6e..e0f4f2bba4e9 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -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>