summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoragc <agc>1998-06-03 12:55:56 +0000
committeragc <agc>1998-06-03 12:55:56 +0000
commit7eaf78c544ad134b3e7f0cda1b260b6d56b4f241 (patch)
treebe0045fdfe5e48e44c52df717304ff6f881ef806 /editors
parente5a5f31f30660e4906a400fda82d504cf40f6f8e (diff)
downloadpkgsrc-7eaf78c544ad134b3e7f0cda1b260b6d56b4f241.tar.gz
Include bsd.prefs.mk to get the value for OPSYS, and in case USE_MULE
is set in /etc/mk.conf
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile
index 47065b13ebb..3a6714d45dc 100644
--- a/editors/xemacs20/Makefile
+++ b/editors/xemacs20/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 1998/05/31 13:24:06 frueauf Exp $
+# $NetBSD: Makefile,v 1.25 1998/06/03 12:55:56 agc Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp
#
@@ -14,7 +14,8 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs-20.3/ \
ftp://ftp.gw.com/mirrors/pub/unix/xemacs/xemacs-20.3/
DISTFILES= xemacs-20.3.tar.gz xemacs-20.3-info.tar.gz
-OPSYS!= uname -s
+.include "../../mk/bsd.prefs.mk"
+
.if (${OPSYS} == "FreeBSD")
MAINTAINER= me@FreeBSD.org
WITH_SOUND= --with-sound=native