diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2006-02-03 23:21:18 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2006-02-03 23:21:18 +0000 |
commit | add7eaf094a9df9647db831aa8ce80ee9486a914 (patch) | |
tree | b93252c6285c2774a920f2e5f0e7d0b083a4acda /graphics/libfpx | |
parent | 9b8b6bf8c323f83ded0b9ee4d1e824ec5bbec7f5 (diff) | |
download | ports-add7eaf094a9df9647db831aa8ce80ee9486a914.tar.gz ports-add7eaf094a9df9647db831aa8ce80ee9486a914.zip |
Add NOPROFILE in _addition_ to NO_PROFILE for the benefit of 4.x systems.
Prodded by: kris (gently)
Notes
Notes:
svn path=/head/; revision=155165
Diffstat (limited to 'graphics/libfpx')
-rw-r--r-- | graphics/libfpx/files/Makefile.bsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libfpx/files/Makefile.bsd b/graphics/libfpx/files/Makefile.bsd index 0f0c266f5f25..634369593b7e 100644 --- a/graphics/libfpx/files/Makefile.bsd +++ b/graphics/libfpx/files/Makefile.bsd @@ -8,6 +8,7 @@ INCSDIR = ${LOCALBASE}/include INCDIR = ${INCSDIR} # for pre-bsd.incs.mk API 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 |