diff options
Diffstat (limited to 'graphics/gtkdps/Makefile')
-rw-r--r-- | graphics/gtkdps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile index bdb48572f860..3fe79922e366 100644 --- a/graphics/gtkdps/Makefile +++ b/graphics/gtkdps/Makefile @@ -3,7 +3,7 @@ # Date created: 21 April 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.4 1998/08/07 23:56:25 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/22 22:55:53 asami Exp $ # DISTNAME= gtkDPS-0.2.11 @@ -22,6 +22,6 @@ GNU_CONFIGURE= yes USE_X_PREFIX= yes post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |