diff --git a/devel/roswell/Makefile b/devel/roswell/Makefile index dd91f5497142..64b2df83628b 100644 --- a/devel/roswell/Makefile +++ b/devel/roswell/Makefile @@ -1,28 +1,22 @@ PORTNAME= roswell DISTVERSIONPREFIX= v DISTVERSION= 20.06.14.107 CATEGORIES= devel lisp MAINTAINER= cda@rootkey.co.uk COMMENT= Common Lisp installer and launcher LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/bin/curl:ftp/curl RUN_DEPENDS= ${LOCALBASE}/bin/automake:devel/automake \ ${LOCALBASE}/bin/curl:ftp/curl -USES= uidfix autoreconf - -LDFLAGS+= -L${LOCALBASE}/lib/ -CFLAGS+= -I${LOCALBASE}/include/ - -USE_GITHUB= yes -GH_ACCOUNT= roswell - +USES= autoreconf localbase uidfix GNU_CONFIGURE= yes +USE_GITHUB= yes pre-configure: (cd ${WRKSRC}/ && ${SH} bootstrap) .include