diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-22 12:58:26 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-22 12:58:26 +0000 |
commit | 12665bcd417065f4427da4b56d58a9ef2ea8e3f0 (patch) | |
tree | 8447dbd64ee2d16be27a396ab8c2c139ab957d26 /editors | |
parent | - Morten Østergaard created a nice demon logo to get rid of the penguin (diff) |
Add USE_XLIB.
Noticed by: bento
Diffstat (limited to 'editors')
-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 5be682a5c789..d9850f79344b 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" |