aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-11-26 16:50:03 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-11-26 16:50:03 +0000
commit18283fe6be54e8d94986846cfa3b3e976c154a86 (patch)
tree81e33ae339e5e019fbce07fe46234965dc20917f /editors/xemacs
parent8678cbcbf2decd2b796338e55dec57c788b5e810 (diff)
downloadports-18283fe6be54e8d94986846cfa3b3e976c154a86.tar.gz
ports-18283fe6be54e8d94986846cfa3b3e976c154a86.zip
Fix a (assumed) cut-n-paste bug.
Notes
Notes: svn path=/head/; revision=23346
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/files/patch-af1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/xemacs/files/patch-af b/editors/xemacs/files/patch-af
index 11154b4c8035..95171887c7e8 100644
--- a/editors/xemacs/files/patch-af
+++ b/editors/xemacs/files/patch-af
@@ -7,6 +7,7 @@
+ *-*-freebsd* ) opsys=freebsd ;;
*-*-netbsd* ) opsys=netbsd ;;
*-*-openbsd* ) opsys=openbsd ;;
+ *-*-nextstep* ) opsys=nextstep ;;
@@ -11108,7 +11108,7 @@
if test "$with_database_berkdb" != "no"; then
echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6