diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-03-22 10:05:20 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-03-22 10:05:20 +0000 |
commit | dd59e27379cf778259e3ceae806f095e73111468 (patch) | |
tree | da92599c6f3567505cfe4a48341651f36975d9ba /archivers/lzop | |
parent | 48b4ee58cbf90215b4402d90354cb2e27a9b97c6 (diff) | |
download | ports-dd59e27379cf778259e3ceae806f095e73111468.tar.gz ports-dd59e27379cf778259e3ceae806f095e73111468.zip |
Notes
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index eb1989efbef0..b1bb99bf2743 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -22,7 +22,8 @@ LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo .endif GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" MAN1= lzop.1 PLIST_FILES= bin/lzop |