aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2011-03-22 18:05:20 +0800
committermandree <mandree@FreeBSD.org>2011-03-22 18:05:20 +0800
commit3169d8b91fd239bf96bf8ed510ab847f7396dfae (patch)
tree010f71c2b2c641071e5ab0fd86577a0d74906cb8 /archivers
parent93bbf6af95802253303d37660b83b50b1b0009a5 (diff)
downloadfreebsd-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/Makefile3
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