diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2011-08-02 10:23:28 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2011-08-02 10:23:28 +0000 |
commit | 327adeaef095d27990e7c833741e1f792fc16629 (patch) | |
tree | 31f3d8e9b3672a51e2e287420418c4c6f9031142 /sysutils | |
parent | 1aad4462865ae541d4e74f5a5f77b6540606a06f (diff) | |
download | ports-327adeaef095d27990e7c833741e1f792fc16629.tar.gz ports-327adeaef095d27990e7c833741e1f792fc16629.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/scanbuttond/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/scanbuttond/Makefile b/sysutils/scanbuttond/Makefile index a9904d97abe4..f434522ff305 100644 --- a/sysutils/scanbuttond/Makefile +++ b/sysutils/scanbuttond/Makefile @@ -17,8 +17,8 @@ COMMENT= A daemon to monitor and configure modern scanner's buttons LICENSE= GPLv2 GNU_CONFIGURE= yes -CPPFLAGS="-I${LOCALBASE}/include" -LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= "-I${LOCALBASE}/include" +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |