From 3169d8b91fd239bf96bf8ed510ab847f7396dfae Mon Sep 17 00:00:00 2001 From: mandree Date: Tue, 22 Mar 2011 10:05:20 +0000 Subject: Re-add CPPFLAGS, lost in previous commit. --- archivers/lzop/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archivers') 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 -- cgit