1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Satoshi Asami 2000-02-20 23:46:25 +00:00
parent e2f618abb3
commit e5b673b7a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26069
5 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,8 @@ L1= ${PREFIX}/lib/m3/${TARGET}/
PROGS= bin/formsedit
SOVERSION= 7
VERSION= 1.1.13
# hack to work around bsd.port.mk problem
USE_BZIP2= yes
.include <bsd.port.pre.mk>

View File

@ -30,6 +30,8 @@ BUILDDIRS= graphics/gr-libs/X11 \
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>

View File

@ -26,6 +26,8 @@ BUILDDIRS= language/modula3/m3tools/m3tk
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>

View File

@ -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>

View File

@ -33,6 +33,8 @@ PROGS= bin/netobjd \
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>