diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-25 14:43:29 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-25 14:43:29 +0800 |
commit | d44e9e809e5a664e9716bf08f0d1a802a4c5f7c6 (patch) | |
tree | 76d365b7c0b95b3088853dff3413a02ff3907726 | |
parent | 0290ecb2800014dd45b87569b3953957d36416f4 (diff) | |
download | freebsd-ports-gnome-d44e9e809e5a664e9716bf08f0d1a802a4c5f7c6.tar.gz freebsd-ports-gnome-d44e9e809e5a664e9716bf08f0d1a802a4c5f7c6.tar.zst freebsd-ports-gnome-d44e9e809e5a664e9716bf08f0d1a802a4c5f7c6.zip |
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.
-rw-r--r-- | x11-toolkits/linux-openmotif/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/linux-openmotif/Makefile b/x11-toolkits/linux-openmotif/Makefile index b60ad8ba15ce..4d519be92b70 100644 --- a/x11-toolkits/linux-openmotif/Makefile +++ b/x11-toolkits/linux-openmotif/Makefile @@ -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 |