diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-06 01:37:22 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-06 01:37:22 +0800 |
commit | a4613d621182fa8aba50dcd9e24f5e9577403350 (patch) | |
tree | f26b60296b320b1901d50506249e5bbe82bc318f /x11/hs-X11-xft | |
parent | 5c1fbe1bc23b421d789e126f4cc702b46225edf0 (diff) | |
download | freebsd-ports-gnome-a4613d621182fa8aba50dcd9e24f5e9577403350.tar.gz freebsd-ports-gnome-a4613d621182fa8aba50dcd9e24f5e9577403350.tar.zst freebsd-ports-gnome-a4613d621182fa8aba50dcd9e24f5e9577403350.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'x11/hs-X11-xft')
-rw-r--r-- | x11/hs-X11-xft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile index 8ddb55eab4a6..4299136bac4b 100644 --- a/x11/hs-X11-xft/Makefile +++ b/x11/hs-X11-xft/Makefile @@ -10,6 +10,7 @@ COMMENT= Bindings to the Xft, Xrender and Freetype for Haskell programs LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= utf8-string>=0.1 X11>=1.2.1 USE_XORG= xft xrender |