diff options
| author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-03-16 10:14:35 +0000 |
|---|---|---|
| committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-03-16 10:14:35 +0000 |
| commit | 71da70ada5c64f70d2ae001d25e5ffbf9513b84c (patch) | |
| tree | 3a92a91039f35893b3a9502f484a52efcac68c44 /sysutils/apcupsd | |
| parent | 4c32aa4c4d91797cb4f2ca5bebdd976632bf90e8 (diff) | |
Notes
Diffstat (limited to 'sysutils/apcupsd')
| -rw-r--r-- | sysutils/apcupsd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 36d7f8717f24..06560f830c65 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -34,9 +34,9 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/sbin \ --sysconfdir=${ETCDIR} \ --with-serial-dev=/dev/usv -#CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ -# CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ -# LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ + CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN8= apcupsd.8 |
