diff options
-rw-r--r-- | sysutils/scanbuttond/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/scanbuttond/Makefile b/sysutils/scanbuttond/Makefile index 960785bf580e..34c37871dc18 100644 --- a/sysutils/scanbuttond/Makefile +++ b/sysutils/scanbuttond/Makefile @@ -15,9 +15,10 @@ MAINTAINER= dthiele@gmx.net COMMENT= A daemon to monitor and configure modern scanner's buttons GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes SUB_FILES+= pkg-message |