diff options
author | mi <mi@FreeBSD.org> | 2018-01-21 10:20:31 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2018-01-21 10:20:31 +0800 |
commit | a9ec8f46d77bebab9afe7a51d7422a3d7fba0af3 (patch) | |
tree | a8f57fa65ccb3e20f91dc581f8d1e53b5946c178 /graphics | |
parent | 3dd9f8d9d5f2177091fb5ba39e78bdb543bc98a4 (diff) | |
download | freebsd-ports-gnome-a9ec8f46d77bebab9afe7a51d7422a3d7fba0af3.tar.gz freebsd-ports-gnome-a9ec8f46d77bebab9afe7a51d7422a3d7fba0af3.tar.zst freebsd-ports-gnome-a9ec8f46d77bebab9afe7a51d7422a3d7fba0af3.zip |
Instead of setting MK_PROFILE=no, revert to setting NO_PROFILE.
Because bsd.own.mk is jealous about user setting MK_PROFILE...
Reported by: cpm@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index 7565642489e7..2c7828924181 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -8,7 +8,8 @@ LIBDIR = ${PREFIX}/lib INCSDIR = ${PREFIX}/include INCDIR = ${INCSDIR} # for pre-bsd.incs.mk API -MK_PROFILE= no +NO_PROFILE= Don't want it +NOPROFILE= ${NO_PROFILE} HAVES= -DHAVE_WCHAR_H -DHAVE_DLFCN_H \ -DHAVE_SYS_TIME_H \ -DHAVE_SYS_PARAM_H -DHAVE_SYS_MOUNT_H |