summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 10:23:55 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-03 10:23:55 +0000
commitc7d6ee97c1e3058dc5e26308ae336e58bc1197d9 (patch)
treef6e784f75b78fca30725a4bca431b966cbe15807 /editors
parentAdd an explicit dependency on pkgconf (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=326133
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 77bbd86ea971..ab9a711d808d 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -21,7 +21,7 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-22.* emacs-23.* \
EMACS_VER= 24.3
GNU_CONFIGURE= yes
-USES= ncurses gmake
+USES= ncurses gmake pkgconfig
USE_XZ= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib