diff options
author | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-07 01:59:31 +0800 |
commit | 8ef21a396d8627cdfced24744c2bacb7cb0c9453 (patch) | |
tree | 06fbb407306ac7e1b7b00946df69737e787c8891 /news/hellanzb/Makefile | |
parent | e32973556a174646ad93cdf1b43963a9fc18eb55 (diff) | |
download | freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.gz freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.zst freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'news/hellanzb/Makefile')
-rw-r--r-- | news/hellanzb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index b358194789c2..702657b3208f 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -28,8 +28,8 @@ USE_PYDISTUTILS=yes .include <bsd.port.pre.mk> -# more fully-featured rar needs at least 5.3 -.if ${ARCH} == "i386" && ${OSVERSION} >= 503000 +# more fully-featured rar needs i386 +.if ${ARCH} == "i386" RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar .else RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar |