diff options
author | magick <magick> | 2002-03-25 19:07:39 +0000 |
---|---|---|
committer | magick <magick> | 2002-03-25 19:07:39 +0000 |
commit | 31ef1111f4737aab97235fb543aebf75ea7b4e5e (patch) | |
tree | be8ef0df22795a2015d13bcf124881517754eb3c /editors | |
parent | c4c7fd0c7df57cf0f6dcfc1a77e18915bc8ee4e2 (diff) | |
download | pkgsrc-31ef1111f4737aab97235fb543aebf75ea7b4e5e.tar.gz |
Add missing USE_X11
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 28e78915bdc..7a2d5a9e436 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2002/03/22 22:25:05 tron Exp $ +# $NetBSD: Makefile,v 1.44 2002/03/25 19:07:39 magick Exp $ DISTNAME= xemacs-21.1.14 PKGREVISION= 2 @@ -24,6 +24,7 @@ NOT_FOR_PLATFORM= *-*-mips* #fails purespace dumping HAS_CONFIGURE= YES USE_XPM= YES +USE_X11= YES BUILD_DEFS+= USE_LDAP USE_XFACE DIST_SUBDIR= xemacs |