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
commitf07888d16941f275dac94e686194ce283b866161 (patch)
treebe0045fdfe5e48e44c52df717304ff6f881ef806 /editors
parent3c144978d50ccce2d8af7cf1ca9ab761c5cf034d (diff)
downloadpkgsrc-f07888d16941f275dac94e686194ce283b866161.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