diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-20 23:46:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-20 23:46:25 +0000 |
commit | e5b673b7a1b3820550b39011ea2aaf375d5f8816 (patch) | |
tree | 701741574591599f154845a0baa6fd55df0936cd /lang/pm3-net | |
parent | e2f618abb3806936354032e169629024a6501b1e (diff) |
A small hack to work around bsd.port.mk's problem -- add USE_BZIP2 so
the DEPENDS=pm3-base:configure will work on the package building
machine. (It won't make any difference for ordinary users.)
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=26069
Diffstat (limited to 'lang/pm3-net')
-rw-r--r-- | lang/pm3-net/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pm3-net/Makefile b/lang/pm3-net/Makefile index 67d8696ca945..920244646485 100644 --- a/lang/pm3-net/Makefile +++ b/lang/pm3-net/Makefile @@ -28,6 +28,8 @@ BUILDDIRS= network/tcplibs/tcp \ L1= ${PREFIX}/lib/m3/${TARGET}/ SOVERSION= 7 VERSION= 1.1.13 +# hack to work around bsd.port.mk problem +USE_BZIP2= yes .include <bsd.port.pre.mk> |