aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/plotutils/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-10-05 11:06:04 +0800
committersteve <steve@FreeBSD.org>1998-10-05 11:06:04 +0800
commit8b50ac6087d17925203f324fb7a72be884528484 (patch)
treecb34c07003d3b151289060af332d6a37b7580930 /graphics/plotutils/Makefile
parent8602429e298573a31545b6c8bec41dc8c9a4f9b3 (diff)
downloadfreebsd-ports-gnome-8b50ac6087d17925203f324fb7a72be884528484.tar.gz
freebsd-ports-gnome-8b50ac6087d17925203f324fb7a72be884528484.tar.zst
freebsd-ports-gnome-8b50ac6087d17925203f324fb7a72be884528484.zip
Convert to ELF.
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r--graphics/plotutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 747d8340e1be..d7e2ece68591 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 June 1998
# Whom: Chuck Robey (chuckr)
#
-# $Id: Makefile,v 1.1.1.1 1998/06/20 03:09:11 chuckr Exp $
+# $Id: Makefile,v 1.2 1998/06/26 04:53:29 asami Exp $
#
DISTNAME= plotutils-2.1.1
@@ -19,6 +19,6 @@ CONFIGURE_ARGS= --with-motif
.endif
post-install:
- $(LDCONFIG) -m $(PREFIX)/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>