diff options
-rw-r--r-- | net-im/papyon/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/net-im/papyon/Makefile b/net-im/papyon/Makefile index a1c957009d56..2eedbab86d23 100644 --- a/net-im/papyon/Makefile +++ b/net-im/papyon/Makefile @@ -24,11 +24,4 @@ USE_GNOME= pygobject USE_PYTHON= yes USE_PYDISTUTILS= yes -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800000 -BROKEN= does not configure on FreeBSD 7.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |