diff options
author | minoura <minoura> | 2002-10-19 06:55:07 +0000 |
---|---|---|
committer | minoura <minoura> | 2002-10-19 06:55:07 +0000 |
commit | 1d7164d5cf3ec58fc60a7ac73fdbab380c5ac50d (patch) | |
tree | a00407ac8640b4cbc9a659b662cd18fef2aaf7dd /chat/liece | |
parent | 3942a3d70333253ca245d67cd9786a6d5e68f67d (diff) | |
download | pkgsrc-1d7164d5cf3ec58fc60a7ac73fdbab380c5ac50d.tar.gz |
Use PKGNAME_PREFIX.
Diffstat (limited to 'chat/liece')
-rw-r--r-- | chat/liece/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/liece/Makefile b/chat/liece/Makefile index f9444bca1f2..3301ff6ed9f 100644 --- a/chat/liece/Makefile +++ b/chat/liece/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/17 07:09:51 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/19 06:55:07 minoura Exp $ DISTNAME= liece-1.4.8 CATEGORIES= chat @@ -8,7 +8,7 @@ MAINTAINER= uebayasi@netbsd.org HOMEPAGE= http://www.unixuser.org/~ueno/liece/ COMMENT= IRC client for Emacs/XEmacs -DEPENDS= apel>=10.3:../../devel/apel +DEPENDS= ${PKGNAME_PREFIX}apel>=10.3:../../devel/apel .include "../../mk/emacs.mk" |