diff options
author | adam <adam@pkgsrc.org> | 2022-08-12 08:28:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-08-12 08:28:01 +0000 |
commit | a90a2834f307e3b15fd651304e4c14eb5630366b (patch) | |
tree | 5ba888a0d0d5afdddca256886db524e80ec66a11 /textproc | |
parent | 054d003a45d7982aa94869d0b6f5ca25ea59325e (diff) | |
download | pkgsrc-a90a2834f307e3b15fd651304e4c14eb5630366b.tar.gz |
shared-desktop-ontologies: does not need any languages
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/shared-desktop-ontologies/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/shared-desktop-ontologies/Makefile b/textproc/shared-desktop-ontologies/Makefile index e376db41615..ca8ef47f6c2 100644 --- a/textproc/shared-desktop-ontologies/Makefile +++ b/textproc/shared-desktop-ontologies/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/03/20 11:58:29 nia Exp $ +# $NetBSD: Makefile,v 1.10 2022/08/12 08:28:01 adam Exp $ DISTNAME= shared-desktop-ontologies-0.11.0 CATEGORIES= textproc @@ -10,10 +10,8 @@ HOMEPAGE= http://oscaf.sourceforge.net/ COMMENT= Ontologies for Semantic Desktop #LICENSE= modified-bsd -# BUILD_MAKE_FLAGS+= VERBOSE=1 - -USE_LANGUAGES= c c++ USE_CMAKE= yes +USE_LANGUAGES= # none PKGCONFIG_OVERRIDE+= shared-desktop-ontologies.pc.cmake |