diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 09:41:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-01 09:41:14 +0000 |
commit | 99357069d143c73eb63be4f8243b8ebf4ad6f74f (patch) | |
tree | 521d62f57439050276885b8a9ae5f2fed2a3a029 /net-im/papyon | |
parent | 21a95579fd16eefdb249fe44d3b27f1331c0139e (diff) |
Notes
Diffstat (limited to 'net-im/papyon')
-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> |