diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-06 12:22:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-06 12:22:03 +0000 |
commit | 9bca6dc5c61aec2d1e56923d946b3c97d28ef1e9 (patch) | |
tree | b5c50c6c65636a7ade69087fd035c01594e131f4 /archivers/lzop/Makefile | |
parent | b8cc5558a76f661761ed2cabae27f7ca9b86fc3d (diff) |
Notes
Diffstat (limited to 'archivers/lzop/Makefile')
-rw-r--r-- | archivers/lzop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 6ca6179fd649..131f4f14b8f4 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -8,14 +8,14 @@ PORTNAME= lzop PORTVERSION= 1.00 CATEGORIES= archivers -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ +MASTER_SITES= http://www.oberhumer.com/opensource/lzop/download/ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo -GNU_CONFIGURE= YES -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= lzop.1 |