diff options
Diffstat (limited to 'graphics/view3ds/Makefile')
-rw-r--r-- | graphics/view3ds/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/view3ds/Makefile b/graphics/view3ds/Makefile index 4467d697cce7..20d79196eff2 100644 --- a/graphics/view3ds/Makefile +++ b/graphics/view3ds/Makefile @@ -7,7 +7,7 @@ PORTNAME= view3ds PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -19,14 +19,14 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= A simple realtime 3DS file previewer based on the Lib3ds Library -LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds +LIB_DEPENDS= 3ds.1:${PORTSDIR}/graphics/lib3ds \ + glut.4:${PORTSDIR}/graphics/libglut WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/view3ds USE_X_PREFIX= yes USE_QT_VER= 3 -USE_MESA= yes USE_GMAKE= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 |