diff options
author | mi <mi@FreeBSD.org> | 2006-02-03 23:21:18 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-02-03 23:21:18 +0000 |
commit | f5e1587757ed5ee421762e88cdfda49937767876 (patch) | |
tree | 470166f9eae3b6420a8917f565d2dac1131c0348 | |
parent | 1af201a6a7513c71f44fe6c3db6f70e2a50c05f5 (diff) | |
download | FreeBSD-ports-f5e1587757ed5ee421762e88cdfda49937767876.zip FreeBSD-ports-f5e1587757ed5ee421762e88cdfda49937767876.tar.gz |
Add NOPROFILE in _addition_ to NO_PROFILE for the benefit of 4.x systems.
Prodded by: kris (gently)
-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 0f0c266..6343695 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 |