diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 14:21:23 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-01-26 14:21:23 +0000 |
commit | c125549cc2aa168bbdd024a7793ba0db51a19c10 (patch) | |
tree | 82395cfd3c647f36b2f71f4499d49edcc7a6e500 /graphics/gd | |
parent | 15b67b0a4e8de09f595ad75fcacc6b71a8648ed1 (diff) | |
download | ports-c125549cc2aa168bbdd024a7793ba0db51a19c10.tar.gz ports-c125549cc2aa168bbdd024a7793ba0db51a19c10.zip |
Notes
Diffstat (limited to 'graphics/gd')
-rw-r--r-- | graphics/gd/files/Makefile.bsd | 2 |
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 |