diff --git a/devel/libght/Makefile b/devel/libght/Makefile index 391f9a68e690..5a2c3d3dc215 100644 --- a/devel/libght/Makefile +++ b/devel/libght/Makefile @@ -1,25 +1,28 @@ PORTNAME= libght PORTVERSION= 0.1.0 PORTREVISION= 10 DISTVERSIONPREFIX= v CATEGORIES= devel geography MAINTAINER= lbartoletti@FreeBSD.org COMMENT= GeoHashTree library for storing and accessing multi-dimensional point clouds WWW= https://github.com/pramsey/libght LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT +DEPRECATED= Depends on expired devel/liblas +EXPIRATION_DATE=2024-03-31 + LIB_DEPENDS= libproj.so:graphics/proj \ liblas.so:devel/liblas \ libcunit.so:devel/cunit USES= cmake gnome USE_GNOME= libxml2 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= pramsey .include