diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:51:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 20:51:40 +0000 |
commit | 77aed62c7dd85849d79f39424870b45a07e0a078 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /editors | |
parent | b9263cf5564cb13b179ae8f713dc9cc80c26739c (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs22/Makefile | 2 |
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) |