diff options
author | will <will@FreeBSD.org> | 2000-06-05 06:50:05 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-05 06:50:05 +0800 |
commit | f9e5beb159a940673180955baacbfd42dec8b6f1 (patch) | |
tree | c72b0f1259f0b25f4054a326350084b94d74dc53 /archivers | |
parent | 281ea17702e7199c1f45b6adb2130227724ff213 (diff) | |
download | freebsd-ports-gnome-f9e5beb159a940673180955baacbfd42dec8b6f1.tar.gz freebsd-ports-gnome-f9e5beb159a940673180955baacbfd42dec8b6f1.tar.zst freebsd-ports-gnome-f9e5beb159a940673180955baacbfd42dec8b6f1.zip |
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 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" \ |