diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 21:26:46 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 21:26:46 +0000 |
commit | c1e6688a3196458de8fd0e7f4bfb8ff0bf62a67b (patch) | |
tree | 52271581a3e974e0eaffb993fefe988a28ec7aa5 /graphics/gd2/Makefile | |
parent | 7a3b621007464b02b9b11c69b171458c8d1c9e5f (diff) | |
download | FreeBSD-ports-c1e6688a3196458de8fd0e7f4bfb8ff0bf62a67b.zip FreeBSD-ports-c1e6688a3196458de8fd0e7f4bfb8ff0bf62a67b.tar.gz |
Build and install the shared library again.
PR: 15313
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'graphics/gd2/Makefile')
-rw-r--r-- | graphics/gd2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 8926039..aa20960 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -22,4 +22,7 @@ USE_XLIB= YES pre-install: ${MKDIR} ${PREFIX}/include/gd +post-install: + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + .include <bsd.port.mk> |