diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-01-20 23:50:45 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-01-20 23:50:45 +0800 |
commit | 9883c6240aac20a0fabd20cf3c7e4af147e57fdf (patch) | |
tree | d4e8af2c773cb82339c7081e583fd779e2ea3dff | |
parent | feebc58895c740d982b4ade05a7ee65eeb3c6276 (diff) | |
download | freebsd-ports-gnome-9883c6240aac20a0fabd20cf3c7e4af147e57fdf.tar.gz freebsd-ports-gnome-9883c6240aac20a0fabd20cf3c7e4af147e57fdf.tar.zst freebsd-ports-gnome-9883c6240aac20a0fabd20cf3c7e4af147e57fdf.zip |
Use USE_QT4=qmake_build instead of BUILD_DEPENDS=qmake-qt4
bsd.qt.mk provides a better way to depend on qmake.
PR: 214700
Obtained from: maintainer timeout (2 months), mat (mentor)
-rw-r--r-- | graphics/gle-graphics/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gle-graphics/Makefile b/graphics/gle-graphics/Makefile index e9da8df6d607..b9eb96cf1d84 100644 --- a/graphics/gle-graphics/Makefile +++ b/graphics/gle-graphics/Makefile @@ -14,8 +14,6 @@ COMMENT= Graphics language that produces images from script files LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= multi -BUILD_DEPENDS= qmake-qt4:devel/qmake4 - BITMAP_IMAGES_CONFIGURE_WITH= jpeg=${LOCALBASE} tiff=${LOCALBASE} png=${LOCALBASE} BITMAP_IMAGES_DESC= Support for including bitmap images BITMAP_IMAGES_LIB_DEPENDS= libpng.so:graphics/png \ @@ -47,7 +45,7 @@ REINPLACE_FILES= configure USE_GCC= yes USE_GL= yes USE_LDCONFIG= yes -USE_QT4= gui moc network opengl rcc +USE_QT4= gui moc network opengl rcc qmake_build USES= gmake ncurses pathfix CPPFLAGS+= -I${NCURSESINC} |