From c0458474f57f99851a244abf6d6e4eae225af55e Mon Sep 17 00:00:00 2001 From: vanilla Date: Wed, 23 Sep 1998 17:07:43 +0000 Subject: Convert to elf. --- graphics/imlib2-tmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/imlib2-tmp/Makefile') 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 # -# $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 -- cgit