diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2023-11-22 19:45:15 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2023-11-22 19:45:15 +0000 |
commit | a6e2f941beab78a890232d805484b13ee6f0aca7 (patch) | |
tree | f43824b6b5fffe5ba58d827d9ff977437a3b275e /graphics/Coin/Makefile | |
parent | 07c287b753503348e7f45de19e379cd283f5f500 (diff) |
Diffstat (limited to 'graphics/Coin/Makefile')
-rw-r--r-- | graphics/Coin/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index c79650359813..2562cdbb0d06 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -1,12 +1,8 @@ PORTNAME= Coin -PORTVERSION= 4.0.0 -DISTVERSIONPREFIX= Coin- -PORTREVISION= 4 +PORTVERSION= 4.0.1 +DISTVERSIONPREFIX= v CATEGORIES= graphics -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 3053d28b74d.patch:-p1 # Unbreak non-X11 - MAINTAINER= cmt@FreeBSD.org COMMENT= C++ 3D graphics library based on the Open Inventor API WWW= https://github.com/coin3d @@ -22,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= coin3d GH_PROJECT= coin -USE_GL= gl +USE_GL= gl glu USE_XORG= ice sm x11 xext xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \ |