diff options
author | Andrew Gallatin <gallatin@FreeBSD.org> | 2000-11-22 18:52:16 +0000 |
---|---|---|
committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2000-11-22 18:52:16 +0000 |
commit | 18dc1a0e895d9b1b911f5dbd5f58549b2f65e424 (patch) | |
tree | e2245dd5ff2fa787ef80a8d012893094e3eb941d /x11-toolkits/linux-f10-gtk | |
parent | dae7c4389dce76c6adc70913329bf59b5d626abb (diff) | |
download | ports-18dc1a0e895d9b1b911f5dbd5f58549b2f65e424.tar.gz ports-18dc1a0e895d9b1b911f5dbd5f58549b2f65e424.zip |
Notes
Diffstat (limited to 'x11-toolkits/linux-f10-gtk')
-rw-r--r-- | x11-toolkits/linux-f10-gtk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/linux-f10-gtk/Makefile b/x11-toolkits/linux-f10-gtk/Makefile index 9611edad0aad..c2fefd0942d1 100644 --- a/x11-toolkits/linux-f10-gtk/Makefile +++ b/x11-toolkits/linux-f10-gtk/Makefile @@ -18,7 +18,11 @@ DISTFILES= ${RPM_SET} MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm +.if (${MACHINE_ARCH} == "i386") RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +.elif (${MACHINE_ARCH} == "alpha") +RUN_DEPENDS= /compat/linux/lib/libc.so.6.1:${PORTSDIR}/emulators/linux_base +.endif ONLY_FOR_ARCHS= i386 alpha DIST_SUBDIR= rpm |