diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 02:12:34 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-16 02:12:34 +0000 |
commit | e567c2d5442a3ae08440b00009036609d484cb9a (patch) | |
tree | f06e26d3a2cebe135939aad6c8179e1bdd28ef1d /x11/xloadimage | |
parent | 3622b5b7bf5075b751f3e7fb6dac64991eb76c27 (diff) |
Unbreak. Submitted by: jmz
Notes
Notes:
svn path=/head/; revision=14038
Diffstat (limited to 'x11/xloadimage')
-rw-r--r-- | x11/xloadimage/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index 4faa73fe0eea..7c764543f627 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -3,7 +3,7 @@ # Date created: 9 January 1994 # Whom: jmz # -# $Id: Makefile,v 1.12 1998/08/23 07:34:47 hoek Exp $ +# $Id: Makefile,v 1.13 1998/10/15 11:10:02 jseger Exp $ # DISTNAME= xloadimage.4.1 @@ -16,8 +16,7 @@ MAINTAINER= jmz@FreeBSD.org MAN1= xloadimage.1 MANCOMPRESSED= yes -BROKEN_ELF= yes - +USE_GMAKE= yes USE_X_PREFIX= yes ALL_TARGET= |