diff options
Diffstat (limited to 'x11/linux-gnomelibs/Makefile')
-rw-r--r-- | x11/linux-gnomelibs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/linux-gnomelibs/Makefile b/x11/linux-gnomelibs/Makefile index 2abe16032092..55a2f1bd3bcb 100644 --- a/x11/linux-gnomelibs/Makefile +++ b/x11/linux-gnomelibs/Makefile @@ -13,12 +13,12 @@ CATEGORIES= x11 linux MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of gnome-libs -RPM_SET= gnome-libs-${PORTVERSION}-11.${MACHINE_ARCH}.rpm +RPM_SET= gnome-libs-${PORTVERSION}-11.${ARCH}.rpm .include "../../x11-toolkits/linux-gtk/Makefile" -.if (${MACHINE_ARCH} == "i386") +.if (${ARCH} == "i386") MASTER_SITES+= ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/i386/RedHat/RPMS/ -.elif (${MACHINE_ARCH} == "alpha") +.elif (${ARCH} == "alpha") MASTER_SITES+= ftp://ftp.redhat.com/pub/redhat/linux/7.1/en/os/alpha/RedHat/RPMS/ .endif |