diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-23 17:07:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-23 17:07:43 +0000 |
commit | d6d2f85454da8dee52ecbdbd7bd8726123360a0c (patch) | |
tree | ae4fd0987fb6438525751de2fc811413677bb4c0 /graphics/imlib2-tmp/Makefile | |
parent | 448efeb0b8bc7f9897493ed815d777da562d3e34 (diff) |
Notes
Diffstat (limited to 'graphics/imlib2-tmp/Makefile')
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 1ee64024399e..98fb096e9b09 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.31 1998/09/19 01:33:45 steve Exp $ +# $Id: Makefile,v 1.32 1998/09/22 22:55:53 asami Exp $ # DISTNAME= imlib-1.7 @@ -29,6 +29,6 @@ CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ WRKSRC= ${WRKDIR}/imlib post-install: - ${LDCONFIG} -m ${PREFIX}/lib + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |