diff options
author | arved <arved@FreeBSD.org> | 2003-02-22 12:58:26 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-02-22 12:58:26 +0000 |
commit | 945c63df8fa02930256c6c3dce0b5383d165aeeb (patch) | |
tree | d5ff223f922fd041b9c779d4aa10932ca1198bcf | |
parent | debf5261e3ad58937938c6201319cc1a7d10a97e (diff) | |
download | FreeBSD-ports-945c63df8fa02930256c6c3dce0b5383d165aeeb.zip FreeBSD-ports-945c63df8fa02930256c6c3dce0b5383d165aeeb.tar.gz |
Add USE_XLIB.
Noticed by: bento
-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" |