diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-25 14:43:29 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-25 14:43:29 +0800 |
commit | 585acab18a1d4e70b6e9435563a050228271fde8 (patch) | |
tree | 31a3072cdff789b3e0322cdc3d8edfe64de0e68a /x11-toolkits/linux-openmotif | |
parent | 1b303399b09402fa2597ae979e76ed508df60de2 (diff) | |
download | freebsd-ports-gnome-585acab18a1d4e70b6e9435563a050228271fde8.tar.gz freebsd-ports-gnome-585acab18a1d4e70b6e9435563a050228271fde8.tar.zst freebsd-ports-gnome-585acab18a1d4e70b6e9435563a050228271fde8.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.
Diffstat (limited to 'x11-toolkits/linux-openmotif')
-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 |