summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 20:51:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-02 20:51:40 +0000
commit77aed62c7dd85849d79f39424870b45a07e0a078 (patch)
treec1bbea3cec77dd8322768141fdbe8f2efbf0837b /editors
parentAdd an explicit dependency on pkgconf (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326088
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs22/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index c9c7b2151747..9a5fc0de7a64 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -28,7 +28,7 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-23.* emacs-24.* \
EMACS_VER= 22.3
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake pkgconfig
.if !defined(WITHOUT_X11)
.if !defined(WITHOUT_GTK)