diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:00:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-28 18:00:25 +0000 |
commit | 3a61669522b583962b1c9c2e1f53d10e09b4fce4 (patch) | |
tree | 08155d4ea370ea1deb3ccca36444db32502b12d8 /devel/libIDL | |
parent | 8c82d344e7afe30c049a9672bd66d992e1ec954a (diff) | |
download | freebsd-ports-3a61669522b583962b1c9c2e1f53d10e09b4fce4.zip |
- Fix build FreeBSD 10
Diffstat (limited to 'devel/libIDL')
-rw-r--r-- | devel/libIDL/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index 832c9f3119b2..f7a636729222 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -16,6 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A library for creating trees of CORBA IDL files +WITH_FBSD10_FIX= yes USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes |