aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-07 19:11:18 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-07 22:00:19 +0000
commit06e93734178c298a0f5392b21c40b26bc5fa7c52 (patch)
treefd8e30318b739befd547ca1f6255eeae9228028f
parent41c598bf1972a6940adaff5f3cbf38afebc06aa2 (diff)
downloadports-06e93734178c298a0f5392b21c40b26bc5fa7c52.tar.gz
ports-06e93734178c298a0f5392b21c40b26bc5fa7c52.zip
math/ump: Fix build with llvm16
- Add missing dependencies reported by poudriere testport - Pet portclippy Sponsored by: The FreeBSD Foundation
-rw-r--r--math/ump/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/ump/Makefile b/math/ump/Makefile
index c7ab70f5afca..3f7bcf300118 100644
--- a/math/ump/Makefile
+++ b/math/ump/Makefile
@@ -11,9 +11,11 @@ WWW= http://u-m-p.sourceforge.net/
LICENSE= GPLv2
-USES= compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2
-USE_GNOME= gtk20
-USE_GL= glu
+USES= compiler:c++11-lang gl gmake gnome pkgconfig tar:bzip2 xorg
+USE_CXXSTD= c++14
+USE_GL= gl glu
+USE_GNOME= cairo gdkpixbuf2 gtk20
+USE_XORG= x11
ALL_TARGET= ${PORTNAME}