diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-01 16:05:12 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-01 16:05:12 +0800 |
commit | 4c977ced70326225d46e03a659c6aa478e2b2cfa (patch) | |
tree | 6442e399ecf240bbf6de3526b0627ecdcca28fe4 /comms/uticom/Makefile | |
parent | f57f953c0299035d9aea85699c2ec71319939d2d (diff) | |
download | freebsd-ports-gnome-4c977ced70326225d46e03a659c6aa478e2b2cfa.tar.gz freebsd-ports-gnome-4c977ced70326225d46e03a659c6aa478e2b2cfa.tar.zst freebsd-ports-gnome-4c977ced70326225d46e03a659c6aa478e2b2cfa.zip |
- Update to 0.3
- While I'm here, remove support for 4.x system
PR: ports/113200
Submitted by: Petr Wolf <w-p at inmail.cz>
Approved by: maintainer
Diffstat (limited to 'comms/uticom/Makefile')
-rw-r--r-- | comms/uticom/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/uticom/Makefile b/comms/uticom/Makefile index 707afd13db40..b069fc6a6b51 100644 --- a/comms/uticom/Makefile +++ b/comms/uticom/Makefile @@ -6,7 +6,7 @@ # PORTNAME= uticom -PORTVERSION= 0.2 +PORTVERSION= 0.3 CATEGORIES= comms kld MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= dxi@mail.ru COMMENT= A FreeBSD Driver for TUSB3410 uart-to-usb converter -NO_PACKAGE= "Should be in sync with the kernel to work correctly" +NO_PACKAGE= Should be in sync with the kernel to work correctly ONLY_FOR_ARCHS= i386 SRCPREFIX?= /usr/src @@ -27,10 +27,6 @@ PLIST_FILES= uticom.ko .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= FreeBSD < 5.0 are not supported -.endif - # Make sure kernel sources are present before going any further .if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c) IGNORE= you need to extract kernel source tree before building this package |