diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-03-08 21:56:36 +0000 |
commit | e1d56a9db2541dd41f1907a5a19a686a326831cc (patch) | |
tree | 6a5120e4890360e5d98bb4a63ff86cfc80e8392f /graphics/ebsynth | |
parent | 0c69caeef6092fbf32d6330958bbb88f74c02443 (diff) |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020
Notes
Notes:
svn path=/head/; revision=528082
Diffstat (limited to 'graphics/ebsynth')
-rw-r--r-- | graphics/ebsynth/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ebsynth/Makefile b/graphics/ebsynth/Makefile index ba624e954171..d46d9c682899 100644 --- a/graphics/ebsynth/Makefile +++ b/graphics/ebsynth/Makefile @@ -2,6 +2,7 @@ PORTNAME= ebsynth PORTVERSION= 0.0.0.20190510 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= FreeBSD@ShaneWare.biz @@ -9,9 +10,7 @@ COMMENT= Example-based Image Synthesis and Style Transfer LICENSE= PD -LIB_DEPENDS= libomp.so:devel/openmp - -USES= compiler:c++11-lang localbase +USES= compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= jamriska GH_TAGNAME= 2f5c97c0c21a |