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