diff options
author | markd <markd> | 2004-06-12 23:21:56 +0000 |
---|---|---|
committer | markd <markd> | 2004-06-12 23:21:56 +0000 |
commit | 1bbd5526ed248490ad02a03e863720ff00e38bc4 (patch) | |
tree | 1a3324aaf7d22ff6360a6372722b05f790713696 /editors | |
parent | 5e1e9db3ab1e104a84df78da1b73f1da50520857 (diff) | |
download | pkgsrc-1bbd5526ed248490ad02a03e863720ff00e38bc4.tar.gz |
USE_X11=YES to properly link in -lXau.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnuserv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 17dcbd08a69..73ac02210ee 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:34:29 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/06/12 23:21:56 markd Exp $ DISTNAME= gnuserv-3.12.6 CATEGORIES= editors @@ -9,6 +9,7 @@ HOMEPAGE= http://meltin.net/hacks/emacs/ COMMENT= Improved version of emacsserver for GNU Emacs GNU_CONFIGURE= YES +USE_X11= YES EL_FILES= devices.el gnuserv.el gnuserv-compat.el post-install: |