diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-08-06 22:16:27 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-08-06 22:16:27 +0000 |
commit | cede6ca85cc9112ca305e731f7ead531be8a5f96 (patch) | |
tree | 5a395daa01a6b15b31823ede4f91d075286e824d /graphics | |
parent | cba6447d397124a186cb918b65405b7f3281c317 (diff) | |
download | FreeBSD-ports-cede6ca85cc9112ca305e731f7ead531be8a5f96.zip FreeBSD-ports-cede6ca85cc9112ca305e731f7ead531be8a5f96.tar.gz |
change XMKMF from "xmkmf" to "xmkmf -a" because the "make Makefiles" hack
has been removed from bsd.port.mk (rev. 1.173)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 11f6baf..ff01097 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 14 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1995/06/24 11:38:29 asami Exp $ +# $Id: Makefile,v 1.8 1995/06/25 22:28:38 asami Exp $ # DISTNAME= xpm-3.4f @@ -11,7 +11,6 @@ CATEGORIES+= graphics x11 MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ USE_IMAKE= yes -XMKMF= xmkmf post-install: ldconfig -m ${PREFIX}/lib |