diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 23:51:16 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 23:51:16 +0800 |
commit | 90bf33f701948af1f7c39c8734ccd7343a700c94 (patch) | |
tree | 06488cf5d0a666243bc87a55c904edf7520f8ef2 /net-im | |
parent | 159424c8ed8c23b899017787e812f5b9033e7af5 (diff) | |
download | freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.gz freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.tar.zst freebsd-ports-gnome-90bf33f701948af1f7c39c8734ccd7343a700c94.zip |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pymsn/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-im/pymsn/Makefile b/net-im/pymsn/Makefile index 2fca3dda1a1d..990d1cda9a4f 100644 --- a/net-im/pymsn/Makefile +++ b/net-im/pymsn/Makefile @@ -29,10 +29,4 @@ RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \ USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800000 -BROKEN= does not configure -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |