diff options
-rw-r--r-- | editors/qemacs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/qemacs/Makefile b/editors/qemacs/Makefile index 5be682a..d9850f7 100644 --- a/editors/qemacs/Makefile +++ b/editors/qemacs/Makefile @@ -17,6 +17,7 @@ COMMENT= "QEmacs (for Quick Emacs) is a very small but powerful UNIX editor" LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_GMAKE= yes +USE_XLIB= yes USE_REINPLACE= yes MAKE_ARGS+= CFLAGS="${CFLAGS} -I${X11BASE}/include -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |