diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-04 22:50:05 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-04 22:50:05 +0000 |
commit | efba9c049a0cab497467bd41afb93afeceb17f24 (patch) | |
tree | b80e05561a9b7a7c5d9d2ec52389a640dcae7d7d /archivers/lzop | |
parent | 0defe2a420e762f8de2284e3648703daa5dba155 (diff) | |
download | ports-efba9c049a0cab497467bd41afb93afeceb17f24.tar.gz ports-efba9c049a0cab497467bd41afb93afeceb17f24.zip |
Update liblzo.so.1 port target.
Notes
Notes:
svn path=/head/; revision=29187
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index d1ff0859dafa..5704626a0ad3 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ MAINTAINER= will@FreeBSD.org -LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/liblzo +LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ |