diff --git a/net/gmid/Makefile b/net/gmid/Makefile index 80e823a1843b..9927d9b8dd30 100644 --- a/net/gmid/Makefile +++ b/net/gmid/Makefile @@ -1,32 +1,32 @@ PORTNAME= gmid DISTVERSION= 1.8.6 CATEGORIES= net MASTER_SITES= https://github.com/omar-polo/gmid/releases/download/${DISTVERSION}/ MAINTAINER= freebsd@omarpolo.com COMMENT= Simple and secure Gemini server WWW= https://gmid.omarpolo.com LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libevent.so:devel/libevent \ - libtls.so:security/libressl + libtls.so:security/libretls USES= localbase pkgconfig ssl USE_RC_SUBR= gmid HAS_CONFIGURE= yes TEST_TARGET= regress LDFLAGS+= -lcrypto -lssl USERS= _gmid GROUPS= _gmid post-install: ${INSTALL_DATA} ${FILESDIR}/gmid.conf.sample \ ${STAGEDIR}${PREFIX}/etc/ .include