summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorsakamoto <sakamoto>2002-06-12 04:38:24 +0000
committersakamoto <sakamoto>2002-06-12 04:38:24 +0000
commitc9c83a0a576f2682830ca2dd040789a33e37f1a8 (patch)
tree9c27fb18d09ac22096e9b5cee1985fa2ae72a64d /editors
parent658fa58c89afd4c9765fb568726775f7c7ba81c5 (diff)
downloadpkgsrc-c9c83a0a576f2682830ca2dd040789a33e37f1a8.tar.gz
use buildlink.mk. Closes pkg/16353.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 3c09c9ebe78..559bdf612fe 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2002/06/12 04:35:15 sakamoto Exp $
+# $NetBSD: Makefile,v 1.50 2002/06/12 04:38:24 sakamoto Exp $
DISTNAME= xemacs-21.1.14
PKGREVISION= 2
@@ -15,10 +15,10 @@ MAINTAINER= magick@netbsd.org
HOMEPAGE= http://www.xemacs.org/
COMMENT= XEmacs text editor version 21
-DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
-DEPENDS+= png>=1.2.1:../../graphics/png
-DEPENDS+= tiff-[0-9]*:../../graphics/tiff
-DEPENDS+= jpeg-[0-9]*:../../graphics/jpeg
+.include "../../databases/gdbm/buildlink.mk"
+.include "../../graphics/png/buildlink.mk"
+.include "../../graphics/tiff/buildlink.mk"
+.include "../../graphics/jpeg/buildlink.mk"
NOT_FOR_PLATFORM= *-*-mips* #fails purespace dumping
@@ -45,14 +45,14 @@ WITH_DIALOGS= --with-dialogs=motif
.if defined(USE_LDAP) && ${USE_LDAP} == YES
WITH_LDAP= --with-ldap=yes
-DEPENDS+= openldap-[0-9]*:../../databases/openldap
+.include "../../databases/openldap/buildlink.mk"
.else
WITH_LDAP= --with-ldap=no
.endif
.if defined(USE_XFACE) && ${USE_XFACE} == YES
WITH_XFACE= --with-xface=yes
-DEPENDS+= faces>=1.6.1:../../mail/faces
+.include "../../mail/faces/buildlink.mk"
.else
WITH_XFACE= --with-xface=no
.endif