From e20a302949c4a31e4216ccc993b0e3a5dfc76c9d Mon Sep 17 00:00:00 2001 From: toshii Date: Sat, 10 May 2003 17:40:00 +0000 Subject: Drop a duplicate DEPENDS line. Use ${SORT} rather than sort. --- time/xalarm/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/time/xalarm/Makefile b/time/xalarm/Makefile index 96aaff23fae..89221969046 100644 --- a/time/xalarm/Makefile +++ b/time/xalarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/05/10 17:40:00 toshii Exp $ DISTNAME= xalarm-3.03 PKGNAME= xalarm-3.05 @@ -36,12 +36,10 @@ FORTUNE= `/usr/games/fortune` MAKE_FLAGS+= EXTRA_DEFINES=-DFORKRETURNSPID_T .endif -DEPENDS+= skill>=4.0:../../sysutils/skill - pre-configure: .if defined(XALARM_USE_YOW) # if multiple version emacs of emacs are there, take the higher one... - YOW=`${FIND} ${LOCALBASE}/libexec/emacs -name yow -print 2>/dev/null | sort -rn | ${HEAD} -1` ; \ + YOW=`${FIND} ${LOCALBASE}/libexec/emacs -name yow -print 2>/dev/null | ${SORT} -rn | ${HEAD} -1` ; \ if ${TEST} x$${YOW} = x ; then \ YOW=${YOW} ; \ fi ; ${SETENV} YOW=$${YOW} \ -- cgit v1.2.3