diff options
author | mandree <mandree@FreeBSD.org> | 2011-03-22 18:05:20 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-03-22 18:05:20 +0800 |
commit | 3169d8b91fd239bf96bf8ed510ab847f7396dfae (patch) | |
tree | 010f71c2b2c641071e5ab0fd86577a0d74906cb8 /archivers | |
parent | 93bbf6af95802253303d37660b83b50b1b0009a5 (diff) | |
download | freebsd-ports-gnome-3169d8b91fd239bf96bf8ed510ab847f7396dfae.tar.gz freebsd-ports-gnome-3169d8b91fd239bf96bf8ed510ab847f7396dfae.tar.zst freebsd-ports-gnome-3169d8b91fd239bf96bf8ed510ab847f7396dfae.zip |
Re-add CPPFLAGS, lost in previous commit.
Diffstat (limited to 'archivers')
-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 |