diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2006-07-10 03:42:51 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2006-07-10 03:42:51 +0000 |
commit | 3af716906a28d3051e854a58570f93e3db65a473 (patch) | |
tree | 0a11bc465275905db796a174d13a6f27e54c3cc4 /devel/m17n-db | |
parent | e39c60b31a807dbbd77aadbe8615f68d606a306f (diff) | |
download | FreeBSD-ports-3af716906a28d3051e854a58570f93e3db65a473.zip FreeBSD-ports-3af716906a28d3051e854a58570f93e3db65a473.tar.gz |
Add dependency to devel/pkg-config to fix package building error.
Reported by: linimon
Diffstat (limited to 'devel/m17n-db')
-rw-r--r-- | devel/m17n-db/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/m17n-db/Makefile b/devel/m17n-db/Makefile index 0afefb7..626df8f 100644 --- a/devel/m17n-db/Makefile +++ b/devel/m17n-db/Makefile @@ -18,6 +18,7 @@ EXTRACT_ONLY= ${M17N_DISTFILE} MAINTAINER= ports@FreeBSD.org COMMENT= Data files for the m17n library +USE_GNOME= pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |