diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
commit | 9b580ffb435c69606f640c5a657190b54a1ef870 (patch) | |
tree | b85006a979d929da61946937a62b6c6b97fa4c79 /devel/librcc | |
parent | 6a4416929169733984a0ac898468560f66931e1c (diff) | |
parent | f86bb659dcd66c74ffce85ffcc1575d2095989f8 (diff) | |
download | freebsd-ports-gnome-gnome-3.28.tar.gz freebsd-ports-gnome-gnome-3.28.tar.zst freebsd-ports-gnome-gnome-3.28.zip |
Merge branch 'master' into gnome-3.28gnome-3.28
Diffstat (limited to 'devel/librcc')
-rw-r--r-- | devel/librcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/librcc/Makefile b/devel/librcc/Makefile index 74887a397064..015de683cfcf 100644 --- a/devel/librcc/Makefile +++ b/devel/librcc/Makefile @@ -19,8 +19,9 @@ LIB_DEPENDS= librcd.so:devel/librcd \ libaspell.so:textproc/aspell GNU_CONFIGURE= yes +USES= compiler:c++11-lang gmake iconv libtool pathfix pkgconfig \ + tar:bzip2 USE_GNOME= libxml2 -USES= gmake iconv libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip |