summaryrefslogtreecommitdiff
path: root/time/xalarm
diff options
context:
space:
mode:
authortoshii <toshii@pkgsrc.org>2003-05-10 17:40:00 +0000
committertoshii <toshii@pkgsrc.org>2003-05-10 17:40:00 +0000
commit4234d75c81f9e354cfae5c145888d45dbae9781c (patch)
tree081cbcdb67a22d41e3a4f6f1ea0eef3585c5f785 /time/xalarm
parentd51dd24b1d3350c6c3f064110a4c17257ae7e3c2 (diff)
downloadpkgsrc-4234d75c81f9e354cfae5c145888d45dbae9781c.tar.gz
Drop a duplicate DEPENDS line.
Use ${SORT} rather than sort.
Diffstat (limited to 'time/xalarm')
-rw-r--r--time/xalarm/Makefile6
1 files 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} \