diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-10-05 18:10:02 +0800 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-10-05 18:10:02 +0800 |
commit | 33f178ede0d659eb53b7d087a8f6fa33418d8a7a (patch) | |
tree | f2189578c9b7432c0c6dab878683896270da4d2d /graphics | |
parent | f5975804d89f6510861a92c266abc816cd9b09d9 (diff) | |
download | freebsd-ports-gnome-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.tar.gz freebsd-ports-gnome-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.tar.zst freebsd-ports-gnome-33f178ede0d659eb53b7d087a8f6fa33418d8a7a.zip |
Add missing USES=gl to my ports
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pencil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pencil/Makefile b/graphics/pencil/Makefile index decd14933b27..b03054eb821d 100644 --- a/graphics/pencil/Makefile +++ b/graphics/pencil/Makefile @@ -19,7 +19,7 @@ BROKEN_armv7= fails to compile: no matching function for call to 'qMax' LIB_DEPENDS= libming.so:graphics/ming \ libpng.so:graphics/png -USES= qmake qt:4 zip +USES= gl qmake qt:4 zip USE_QT= gui opengl xml moc_build rcc_build USE_GL= gl QMAKE_ARGS= INCLUDEPATH+=${LOCALBASE}/include/ming |