diff options
author | asami <asami@FreeBSD.org> | 2000-02-21 07:46:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-02-21 07:46:25 +0800 |
commit | a191d3ef40e7f5e8c789bdcb58e093e49b0be561 (patch) | |
tree | 984d5c26ccad5644aa37b3d82a2d9b2ef31fc54e /lang/pm3-gui/Makefile | |
parent | ef224940941a492771a07231f4fd8b06a79bbf73 (diff) | |
download | freebsd-ports-gnome-a191d3ef40e7f5e8c789bdcb58e093e49b0be561.tar.gz freebsd-ports-gnome-a191d3ef40e7f5e8c789bdcb58e093e49b0be561.tar.zst freebsd-ports-gnome-a191d3ef40e7f5e8c789bdcb58e093e49b0be561.zip |
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
Diffstat (limited to 'lang/pm3-gui/Makefile')
-rw-r--r-- | lang/pm3-gui/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pm3-gui/Makefile b/lang/pm3-gui/Makefile index 474b758630db..78314d9c5c41 100644 --- a/lang/pm3-gui/Makefile +++ b/lang/pm3-gui/Makefile @@ -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> |