diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-16 06:15:36 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-10-16 06:15:36 +0000 |
commit | fc665b188411fa01f878128c291693f5c4bedcd5 (patch) | |
tree | 8dcb6359b5b89d79d0a6273aea3471e74ade7aa1 /lang/pm3-base/Makefile | |
parent | f5ec868bf4b59c177c35f1cbb7837e77cbc8b58a (diff) | |
download | ports-fc665b188411fa01f878128c291693f5c4bedcd5.tar.gz ports-fc665b188411fa01f878128c291693f5c4bedcd5.zip |
Notes
Diffstat (limited to 'lang/pm3-base/Makefile')
-rw-r--r-- | lang/pm3-base/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/pm3-base/Makefile b/lang/pm3-base/Makefile index 5cbcc19b18ab..48c9e54c59ba 100644 --- a/lang/pm3-base/Makefile +++ b/lang/pm3-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= pm3-base PORTVERSION= 1.1.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=jdp/pm3 @@ -44,10 +44,6 @@ SOVERSION= 7 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - .if ${PORTOBJFORMAT} == "aout" TARGET= FreeBSD2 TARGETDIR= freebsd-2 |