diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 10:23:55 +0000 |
commit | c7d6ee97c1e3058dc5e26308ae336e58bc1197d9 (patch) | |
tree | f6e784f75b78fca30725a4bca431b966cbe15807 /editors/emacs/Makefile | |
parent | b3e4e19ddced293c5d1147a3172d522b4a807708 (diff) | |
download | ports-c7d6ee97c1e3058dc5e26308ae336e58bc1197d9.tar.gz ports-c7d6ee97c1e3058dc5e26308ae336e58bc1197d9.zip |
Notes
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 2 |
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 |