diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 01:15:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 01:15:08 +0800 |
commit | 838117336581a648e41164d0ab4e32390460bd88 (patch) | |
tree | 3d5a90a785f37ff424b6353bea7ad23b117aea5a /japanese | |
parent | b63bdad5102b9c6f8715e353971d75d77cd6f285 (diff) | |
download | freebsd-ports-gnome-838117336581a648e41164d0ab4e32390460bd88.tar.gz freebsd-ports-gnome-838117336581a648e41164d0ab4e32390460bd88.tar.zst freebsd-ports-gnome-838117336581a648e41164d0ab4e32390460bd88.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tomoe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index 2a241d6420e8..495608175ccc 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -18,7 +18,7 @@ COMMENT= Tegaki Online MOji-ninshiki Engine USE_GNOME= lthack gnomehack GNU_CONFIGURE= yes -USES= gettext +USES= gettext pkgconfig USE_GMAKE= yes USE_LDCONFIG= yes USE_RUBY= yes |