aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gd2/files/Makefile.bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/files/Makefile.bsd b/graphics/gd2/files/Makefile.bsd
index d2c84313fe5..cf40da3b07a 100644
--- a/graphics/gd2/files/Makefile.bsd
+++ b/graphics/gd2/files/Makefile.bsd
@@ -41,7 +41,7 @@ ${PROGS} ${TESTS}: ${SHLIB_NAME} lib${LIB}.a
install:
mkdir -p ${PREFIX}/include/gd
- make LIB=${LIB} LIBDIR="${PREFIX}/lib" \
+ make LIB=${LIB} LIBDIR="${PREFIX}/lib" NOPROFILE=true \
SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \
-f bsd.lib.mk install
cd ${.CURDIR} && ${INSTALL_DATA} ${INCS} ${PREFIX}/include/gd