diff options
author | erwin <erwin@FreeBSD.org> | 2006-07-18 21:12:42 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-07-18 21:12:42 +0800 |
commit | 51d21e30cc306728e84144af4c2f2ba5cbb4baea (patch) | |
tree | 432e6d21f06605d2cc1cbb7a91e17097c7ac8fa8 /archivers/rar | |
parent | 26a5cdef1bdbcabeb59420240273b3477aa68b22 (diff) | |
download | freebsd-ports-gnome-51d21e30cc306728e84144af4c2f2ba5cbb4baea.tar.gz freebsd-ports-gnome-51d21e30cc306728e84144af4c2f2ba5cbb4baea.tar.zst freebsd-ports-gnome-51d21e30cc306728e84144af4c2f2ba5cbb4baea.zip |
Use the new IA32_BINARY_PORT instead of ONLY_FOR_ARCHS.
PR: 100480
Submitted by: Gabor Kovesdan <gkovesdan@t-hosting.hu>
Sponsored by: Google SoC 2006
Diffstat (limited to 'archivers/rar')
-rw-r--r-- | archivers/rar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 7220e27c2e72..de4b46b1ae41 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -7,6 +7,7 @@ PORTNAME= rar PORTVERSION= 3.51 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://files.rarlab.com/rar/ \ @@ -16,7 +17,7 @@ DISTNAME= rarbsd-3.5.1 MAINTAINER= gkovesdan@t-hosting.hu COMMENT= File archiver (binary port) -ONLY_FOR_ARCHS= i386 amd64 ia64 +IA32_BINARY_PORT= YES NO_PACKAGE= Only unmodified original package can be distributed NO_BUILD= yes WRKSRC= ${WRKDIR}/rar |