diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-04-07 20:30:09 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-04-07 20:30:09 +0800 |
commit | 02ea7558de874060fd07cc4798883dac45f59382 (patch) | |
tree | ec701a9f59e7b9882d2e9596d38ac301323d68c2 /multimedia | |
parent | 2153109b47fc762ad27b04a8477775ebb49207e2 (diff) | |
download | freebsd-ports-gnome-02ea7558de874060fd07cc4798883dac45f59382.tar.gz freebsd-ports-gnome-02ea7558de874060fd07cc4798883dac45f59382.tar.zst freebsd-ports-gnome-02ea7558de874060fd07cc4798883dac45f59382.zip |
- Fix building with boost 1.37
Submitted by: amdmi3
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/miro/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index 5356753ff455..8eff5eb3bec4 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -26,6 +26,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \ BUILD_WRKSRC= ${WRKSRC}/platform/gtk-x11 INSTALL_WRKSRC= ${WRKSRC}/platform/gtk-x11 +USE_GCC= 4.3+ USE_GNOME= gtk20 pygnomeextras USE_GECKO= firefox seamonkey xulrunner mozilla USE_OPENSSL= yes |