diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 16:45:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 16:45:31 +0800 |
commit | 83d025618fe694bd1d221aab0e1d7172a3805487 (patch) | |
tree | 1e5399ff100c65e79c9a358ad7188f3ada886dc7 /science/openbabel | |
parent | 132c9cc8514da2aedd6f69b9fd99a6f975cd44e6 (diff) | |
download | freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.tar.gz freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.tar.zst freebsd-ports-gnome-83d025618fe694bd1d221aab0e1d7172a3805487.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'science/openbabel')
-rw-r--r-- | science/openbabel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index 99c80626a1a3..e8c5c5b72204 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -16,6 +16,7 @@ COMMENT= Chemistry file translation program LIB_DEPENDS= boost_python.4:${PORTSDIR}/devel/boost-python-libs +WITH_FBSD10_FIX=yes USE_GNOME= gnomehack libxml2 USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |