diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-29 00:35:32 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-01-29 00:35:32 +0000 |
commit | 57945c1ebe6536db7611966ed98053e993ae98b9 (patch) | |
tree | 1237d87fa7c34f19bb431060ef80850ad8b99c8b /devel/gobject-introspection | |
parent | f93276336223c226017fc35c5fd60b3bd8009495 (diff) | |
download | ports-57945c1ebe6536db7611966ed98053e993ae98b9.tar.gz ports-57945c1ebe6536db7611966ed98053e993ae98b9.zip |
Notes
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r-- | devel/gobject-introspection/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 3eb0309aa77f..35312296c6e3 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Generate interface introspection data for GObject libraries -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi +LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi USE_BZIP2= yes GNU_CONFIGURE= yes |