summaryrefslogtreecommitdiff
path: root/graphics/gd1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r--graphics/gd1/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
index 89260397c911..aa2096077f2c 100644
--- a/graphics/gd1/Makefile
+++ b/graphics/gd1/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>