diff options
Diffstat (limited to 'devel/libopenbsd/Makefile')
-rw-r--r-- | devel/libopenbsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libopenbsd/Makefile b/devel/libopenbsd/Makefile index fbb5026ff640..ed31ec607aeb 100644 --- a/devel/libopenbsd/Makefile +++ b/devel/libopenbsd/Makefile @@ -12,7 +12,7 @@ COMMENT= imsg and ohash routines from OpenBSD libutil LICENSE= ISCL USES= uidfix tar:xz -MAKE_ENV= SHLIB_MAJOR=0 NO_PROFILE=1 +MAKE_ENV= SHLIB_MAJOR=0 WITHOUT_PROFILE=1 MAKE_ARGS= INCLUDEDIR="${PREFIX}/include" LIBDIR="${PREFIX}/lib" \ MANDIR="${PREFIX}/man/man" USE_LDCONFIG= yes |