diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 11:10:02 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 11:10:02 +0000 |
commit | 1915149d56a0e50165076c4700c2d06e793ce38a (patch) | |
tree | 6c419ce680d68f97d79bc92ce735d2b3ac1055ae /x11 | |
parent | 4d8235a93a110aab74cb73c8f21d9878c63e4cf2 (diff) | |
download | ports-1915149d56a0e50165076c4700c2d06e793ce38a.tar.gz ports-1915149d56a0e50165076c4700c2d06e793ce38a.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xloadimage/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index c511e641cdf2..4faa73fe0eea 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -3,7 +3,7 @@ # Date created: 9 January 1994 # Whom: jmz # -# $Id: Makefile,v 1.11 1998/08/05 09:31:50 asami Exp $ +# $Id: Makefile,v 1.12 1998/08/23 07:34:47 hoek Exp $ # DISTNAME= xloadimage.4.1 @@ -16,6 +16,8 @@ MAINTAINER= jmz@FreeBSD.org MAN1= xloadimage.1 MANCOMPRESSED= yes +BROKEN_ELF= yes + USE_X_PREFIX= yes ALL_TARGET= |