diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-10-14 11:36:47 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2007-10-14 11:36:47 +0000 |
commit | 9aec090b5f41c9fcc6fe73f609a4bc24b199185a (patch) | |
tree | 144d9f10c216366838b0c414cbbae043f68634c1 /comms/obexapp/Makefile | |
parent | c3f52863ae56c045d896a74bf4d4c8ee2d7a3576 (diff) | |
download | ports-9aec090b5f41c9fcc6fe73f609a4bc24b199185a.tar.gz ports-9aec090b5f41c9fcc6fe73f609a4bc24b199185a.zip |
- Update to 1.4.8
While I am here:
- Remove checking for unsupported version
PR: ports/117163
Submitted by: Guido Falsi <mad AT madpilot.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=201446
Diffstat (limited to 'comms/obexapp/Makefile')
-rw-r--r-- | comms/obexapp/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 1028ea074b10..cf8b9f053793 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= obexapp -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.8 CATEGORIES= comms net MASTER_SITES= http://www.geocities.com/m_evmenkin/ @@ -29,15 +29,4 @@ MAKE_ENV+= NO_MAN=yes MAKE_ENV+= NO_WERROR=yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 502101 -IGNORE= needs 5.x from 20 Jan 2004 or later (sdpd) -.endif - -.if ${OSVERSION} < 502121 -# libbluetooth is only installed on i386 before this version -ONLY_FOR_ARCHS= i386 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |