diff options
author | krion <krion@FreeBSD.org> | 2005-01-26 05:10:41 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-26 05:10:41 +0800 |
commit | f6b21dbf0b39c9bf19bf2c8a6b6b36b8c63a9ba2 (patch) | |
tree | a76d2c276c1efae0579a7a0f4b46fab091089f05 /devel | |
parent | 64918be2f13f20230d6159a3f2b84502c9d4b3b8 (diff) | |
download | freebsd-ports-gnome-f6b21dbf0b39c9bf19bf2c8a6b6b36b8c63a9ba2.tar.gz freebsd-ports-gnome-f6b21dbf0b39c9bf19bf2c8a6b6b36b8c63a9ba2.tar.zst freebsd-ports-gnome-f6b21dbf0b39c9bf19bf2c8a6b6b36b8c63a9ba2.zip |
Add pkgconfig dependency.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 2af1cc953ea3..0c8b57d37a1f 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -18,7 +18,7 @@ COMMENT= Internationalized Domain Names command line tool BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt USE_GETOPT_LONG= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= gnomehack gnometarget pkgconfig USE_ICONV= yes USE_PERL5_BUILD= yes USE_REINPLACE= yes |