diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-09 00:53:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-09 00:53:02 +0800 |
commit | 861b370243078b1afc1d9d5e272fd20fd358ca15 (patch) | |
tree | e41cbcce8c45d8d72a0da28cbb516c832944817f /net-im | |
parent | d956bf0c57360941082097d576c6a29d9e139cdf (diff) | |
download | freebsd-ports-gnome-861b370243078b1afc1d9d5e272fd20fd358ca15.tar.gz freebsd-ports-gnome-861b370243078b1afc1d9d5e272fd20fd358ca15.tar.zst freebsd-ports-gnome-861b370243078b1afc1d9d5e272fd20fd358ca15.zip |
- Allow to build on AMD64
PR: 144165 144167 144168 144170 144171 144172 144173 144174
144183 144493 144496
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/linux-ymessenger/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/linux-ymessenger/Makefile b/net-im/linux-ymessenger/Makefile index 695df125d117..f19ff90a8a12 100644 --- a/net-im/linux-ymessenger/Makefile +++ b/net-im/linux-ymessenger/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0.6.1 CATEGORIES= net-im MASTER_SITES= http://public.yahoo.com/%7Emmk/ PKGNAMEPREFIX= linux- -DISTNAME= rh9.${PORTNAME}-${PORTVERSION:C/\.([^\.]+)$/-\1/}.${MACHINE_ARCH} +DISTNAME= rh9.${PORTNAME}-${PORTVERSION:C/\.([^\.]+)$/-\1/}.i386 DISTFILES= ${DISTNAME}.rpm ymessenger.bin EXTRACT_ONLY= ${DISTNAME}.rpm @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgdk_pixbuf.so.2:${PORTSDIR}/graphics/linux- NO_BUILD= yes NO_WRKSUBDIR= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 STRIP= SHARE_FILES= yahoo_gnome.png yahoo_kde.xpm ymessenger.desktop\ |