1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix building at the ports cluster. The error was introduced by

a tinderbox bug which should be fixed soon: tinderbox inherits
BUILD_DEPENDS from EXTRACT_DEPENDS. Here is the difference
at pointyhat and tinderbox logs:
-----
EXTRACT_DEPENDS=gettext-0.17_1.tbz libiconv-1.13.tbz popt-1.14.tbz rpm-3.0.6_14.tbz
BUILD_DEPENDS=
-----
EXTRACT_DEPENDS=popt-1.14.tbz gettext-0.17_1.tbz libiconv-1.13.tbz rpm-3.0.6_14.tbz
BUILD_DEPENDS=popt-1.14.tbz gettext-0.17_1.tbz libiconv-1.13.tbz rpm-3.0.6_14.tbz
-----

No PORTREVISION bump is needed.
This commit is contained in:
Boris Samorodov 2009-06-25 06:43:29 +00:00
parent 0290ecb280
commit d44e9e809e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236608

View File

@ -19,6 +19,8 @@ EXTRACT_ONLY=
MAINTAINER= freebsd-emulation@FreeBSD.org
COMMENT= Motif toolkit Linux libraries
BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm
CONFLICTS= linux-f8-openmotif-[0-9]* linux-f10-openmotif-[0-9]*
ONLY_FOR_ARCHS= i386 amd64