diff options
Diffstat (limited to 'net/openpbx.org/Makefile')
-rw-r--r-- | net/openpbx.org/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openpbx.org/Makefile b/net/openpbx.org/Makefile index 696494f43eea..2139b12f9e46 100644 --- a/net/openpbx.org/Makefile +++ b/net/openpbx.org/Makefile @@ -23,8 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tiff-includes=${LOCALBASE}/include \ --with-tiff-libs=${LOCALBASE}/lib \ --with-directory-layout=lsb \ - --localstatedir=/var \ - --mandir=${LOCALBASE}/man + --localstatedir=/var CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |