summaryrefslogtreecommitdiff
path: root/comms/uticom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/uticom/Makefile')
-rw-r--r--comms/uticom/Makefile8
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