diff options
Diffstat (limited to 'math/qwtplot3d/Makefile')
-rw-r--r-- | math/qwtplot3d/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/qwtplot3d/Makefile b/math/qwtplot3d/Makefile index c09622842de3..7818a0b11f24 100644 --- a/math/qwtplot3d/Makefile +++ b/math/qwtplot3d/Makefile @@ -13,15 +13,15 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@issp.ac.ru COMMENT= A 3D plotting widget for scientific data and mathematical expressions BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake -USE_QT_VER= 3 +USE_QT_VER= 3 USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/${PORTNAME} -MAKE_ENV= QTDIR=${X11BASE} \ +MAKE_ENV= QTDIR=${X11BASE} \ MOC=${MOC} INSTALLS_SHLIB= yes |