diff options
-rw-r--r-- | devel/libusb/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 0af6664a83b2..354c68ef8519 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libusb -# Date created: 27 January 2001 -# Whom: John Reynolds <johnjen@reynoldsnet.org> -# +# Created by: John Reynolds <johnjen@reynoldsnet.org> # $FreeBSD$ -# PORTNAME= libusb PORTVERSION= 0.1.12 @@ -19,6 +15,9 @@ SGML_DESC= Install developer guide from SGML .include <bsd.port.pre.mk> +DEPRECATED= has been already included into base system +EXPIRATION_DATE= 2012-04-30 + .if ${OSVERSION} >= 800069 IGNORE= has been already included into base system .endif |