diff options
author | will <will@FreeBSD.org> | 2000-06-04 22:50:05 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-04 22:50:05 +0000 |
commit | f9e5beb159a940673180955baacbfd42dec8b6f1 (patch) | |
tree | c72b0f1259f0b25f4054a326350084b94d74dc53 /archivers | |
parent | 281ea17702e7199c1f45b6adb2130227724ff213 (diff) | |
download | FreeBSD-ports-f9e5beb159a940673180955baacbfd42dec8b6f1.zip FreeBSD-ports-f9e5beb159a940673180955baacbfd42dec8b6f1.tar.gz |
Update liblzo.so.1 port target.
Diffstat (limited to 'archivers')
-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 d1ff085..5704626 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" \ |