diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-08 08:29:00 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-08 08:29:00 +0000 |
commit | 3e0cad8e59e26e76c73e69c35b782bf5ac757b1b (patch) | |
tree | e5299978db5679f03c28dc15be726ab473131b1b | |
parent | 7a3109de501ffdd07fc857f6a804515dbd1961f0 (diff) | |
download | FreeBSD-ports-3e0cad8e59e26e76c73e69c35b782bf5ac757b1b.zip FreeBSD-ports-3e0cad8e59e26e76c73e69c35b782bf5ac757b1b.tar.gz |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
-rw-r--r-- | biology/gperiodic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile index c398fc8..9d70d95 100644 --- a/biology/gperiodic/Makefile +++ b/biology/gperiodic/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Displays a periodic table of the elements USE_GNOME= gtk20 -USES= gettext +USES= gettext pkgconfig LANGS= da fr gl it pl ru sv tr |