aboutsummaryrefslogtreecommitdiff
path: root/lang/pfe/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-09 19:39:45 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-01-09 19:39:45 +0000
commitba01774a7cd6b032782e2c576e27e091a16a7f89 (patch)
treee3213180f996edecbf6faf1be8868d59f7d21196 /lang/pfe/Makefile
parentb7b2c4fadf63d9ab33b4f85211dd97b8ca97d349 (diff)
downloadports-ba01774a7cd6b032782e2c576e27e091a16a7f89.tar.gz
ports-ba01774a7cd6b032782e2c576e27e091a16a7f89.zip
- cleanup unsupported versions of FreeBSD
- whitespace fix in pkg-descr Approved by: johans (maintainer)
Notes
Notes: svn path=/head/; revision=288839
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r--lang/pfe/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile
index f55f2bb24412..a63769cdfae6 100644
--- a/lang/pfe/Makefile
+++ b/lang/pfe/Makefile
@@ -25,9 +25,7 @@ MAN1= pfe.1
.include <bsd.port.pre.mk>
-.if ${ARCH} == "i386" && ${OSVERSION} < 700000
-BROKEN= does not compile
-.elif ${ARCH} == "powerpc"
+.if ${ARCH} == "powerpc"
BROKEN= does not compile
.endif