diff options
author | agc <agc> | 1998-11-19 15:40:45 +0000 |
---|---|---|
committer | agc <agc> | 1998-11-19 15:40:45 +0000 |
commit | bb673b910abe94857f50a7b091c31d07297f26b9 (patch) | |
tree | c285dda7482793338f087ec5157582592dfd2d60 /emulators/xmess | |
parent | 13efefe4837fa4dc3a8b1a14d0d8d617ff67d207 (diff) | |
download | pkgsrc-bb673b910abe94857f50a7b091c31d07297f26b9.tar.gz |
Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinary
DEPENDS definition.
Diffstat (limited to 'emulators/xmess')
-rw-r--r-- | emulators/xmess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index e4239a8840a..d02f5d254a8 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/11/12 23:20:10 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/11/19 15:40:46 agc Exp $ # DISTNAME= unix02b4 @@ -10,7 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://internetter.com/titan/mess/ -RUN_DEPENDS= unzip:../../archivers/unzip +DEPENDS= unzip-5.32:../../archivers/unzip DEPENDS+= xpm-3.4k:../../graphics/xpm CONFLICTS= xmess-0.1 |