diff options
author | sf <sf@FreeBSD.org> | 2001-03-07 21:02:44 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-07 21:02:44 +0000 |
commit | dacec1a3bdcc1c170663dd56f936556d56e0eb23 (patch) | |
tree | bf09012c615abb2dd862871ecf5c4c6749355c73 /x11-toolkits/linux-gtk | |
parent | 1311d96209ea04c633e41b077a0f2bf9dc76db36 (diff) | |
download | FreeBSD-ports-dacec1a3bdcc1c170663dd56f936556d56e0eb23.zip FreeBSD-ports-dacec1a3bdcc1c170663dd56f936556d56e0eb23.tar.gz |
NO_MTREE=yes, PREFIX=/compat/linux, RUN_DEPENDS=linux_base
--> USE_LINUX_PREFIX=yes
Diffstat (limited to 'x11-toolkits/linux-gtk')
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index 1e2b031..550053d 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -17,21 +17,15 @@ 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 +USE_LINUX_PREFIX= yes ONLY_FOR_ARCHS= i386 alpha DIST_SUBDIR= rpm EXTRACT_ONLY= NO_BUILD= yes NO_FILTER_SHLIBS= yes -NO_MTREE= yes PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} MD5_FILE= ${MASTERDIR}/distinfo.${MACHINE_ARCH} -PREFIX= /compat/linux RPM_MIRRORS= ftp://ftp.freesoftware.com/pub/linux/redhat/old-releases/__DIR__/ \ ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ |