diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-01-13 02:18:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-01-13 02:18:22 +0000 |
commit | 901513498cb11be4b79d5147a36542163ebf59f6 (patch) | |
tree | dfa15bfca0d6056b8d90bc26897d8c43ae2c51e6 | |
parent | c289dfe8048794a30bf1a56ac210b804105af6e0 (diff) | |
download | ports-901513498cb11be4b79d5147a36542163ebf59f6.tar.gz ports-901513498cb11be4b79d5147a36542163ebf59f6.zip |
Notes
-rw-r--r-- | science/molsketch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/molsketch/Makefile b/science/molsketch/Makefile index 6e318eb9f6a6..7d44ccd630c2 100644 --- a/science/molsketch/Makefile +++ b/science/molsketch/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libopenbabel.so:science/openbabel -USES= cmake desktop-file-utils localbase:ldflags pkgconfig qt:5 shared-mime-info +USES= cmake compiler:c++11-lang desktop-file-utils localbase:ldflags \ + pkgconfig qt:5 shared-mime-info USE_QT= core gui network printsupport svg widgets buildtools_build qmake_build USE_LDCONFIG= ${PREFIX}/lib/molsketch |