diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 17:17:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-11 17:17:35 +0000 |
commit | 251f4ca6f14914170f3b0d23731bb82c39775a4a (patch) | |
tree | 1a0c82510e2ad579641a51eadbef715702daac7a /devel/hs-glade | |
parent | 2c59cf34e76e83163267dcd971e9939e4bbaab41 (diff) |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=326995
Diffstat (limited to 'devel/hs-glade')
-rw-r--r-- | devel/hs-glade/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-glade/Makefile b/devel/hs-glade/Makefile index e528b62d99f2..f914c849a00e 100644 --- a/devel/hs-glade/Makefile +++ b/devel/hs-glade/Makefile @@ -10,6 +10,7 @@ COMMENT= Binding to the glade library LICENSE= LGPL21 +USES= pkgconfig USE_CABAL= glib>=0.12 gtk>=0.12 USE_GNOME= libglade2 |