diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-06 05:32:14 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-06 05:32:14 +0800 |
commit | 3314cad3bb428f0b4e4d7cb699087233d4dae879 (patch) | |
tree | 28e15dd7054c672279e72d81b733f6bf110bbd35 /accessibility | |
parent | d2d7db707ae090c6103f2a48abb34edbb0250bbd (diff) | |
download | freebsd-ports-gnome-3314cad3bb428f0b4e4d7cb699087233d4dae879.tar.gz freebsd-ports-gnome-3314cad3bb428f0b4e4d7cb699087233d4dae879.tar.zst freebsd-ports-gnome-3314cad3bb428f0b4e4d7cb699087233d4dae879.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/accerciser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile index d087d37d4a16..5e219752e538 100644 --- a/accessibility/accerciser/Makefile +++ b/accessibility/accerciser/Makefile @@ -15,7 +15,7 @@ COMMENT= Interactive Python accessibility explorer for GNOME USE_BZIP2= yes USE_GNOME= pygnomedesktop atspi intlhack USE_PYTHON= yes -USES= gettext gmake display:configure +USES= display:configure gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes |