aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-01-26 22:21:23 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2013-01-26 22:21:23 +0800
commitc125549cc2aa168bbdd024a7793ba0db51a19c10 (patch)
tree82395cfd3c647f36b2f71f4499d49edcc7a6e500 /graphics
parent15b67b0a4e8de09f595ad75fcacc6b71a8648ed1 (diff)
downloadfreebsd-ports-gnome-c125549cc2aa168bbdd024a7793ba0db51a19c10.tar.gz
freebsd-ports-gnome-c125549cc2aa168bbdd024a7793ba0db51a19c10.tar.zst
freebsd-ports-gnome-c125549cc2aa168bbdd024a7793ba0db51a19c10.zip
- fix build for 10-CURRENT
PR: 175528 Submitted by: Matthias Andree
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gd/files/Makefile.bsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd/files/Makefile.bsd b/graphics/gd/files/Makefile.bsd
index d33c38123c35..2971bd707f39 100644
--- a/graphics/gd/files/Makefile.bsd
+++ b/graphics/gd/files/Makefile.bsd
@@ -40,7 +40,7 @@ ${PROGS} ${TESTS}: ${SHLIB_NAME} lib${LIB}.a
install:
mkdir -p ${PREFIX}/include
- ${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NOPROFILE=true \
+ ${MAKE} LIB=${LIB} LIBDIR=${PREFIX}/lib NOPROFILE=true NO_PROFILE=true \
SHLIB_MAJOR=${SHLIB_MAJOR} SHLIB_MINOR=${SHLIB_MINOR} \
-f ${MAKEDIR}/bsd.lib.mk install
cd ${.CURDIR} && ${BSD_INSTALL_DATA} ${INCS} ${PREFIX}/include