diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/glload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/glload/Makefile b/sysutils/glload/Makefile index 378b71a..4f9ef5d 100644 --- a/sysutils/glload/Makefile +++ b/sysutils/glload/Makefile @@ -7,13 +7,14 @@ PORTNAME= glload PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://reality.exsgi.org/eile/misc/ MAINTAINER= ports@FreeBSD.org COMMENT= Gl base load monitor -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut +LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME} |