diff options
author | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-30 13:56:55 +0000 |
commit | ae35b6154807dcc8e7b52b4af95aea0d3dc32d64 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /x11/asclock/Makefile | |
parent | 517e21a42cdd21bd90f199e6eda56f3bba08c105 (diff) | |
download | pkgsrc-ae35b6154807dcc8e7b52b4af95aea0d3dc32d64.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'x11/asclock/Makefile')
-rw-r--r-- | x11/asclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/asclock/Makefile b/x11/asclock/Makefile index fe841b5f457..d699afe45f0 100644 --- a/x11/asclock/Makefile +++ b/x11/asclock/Makefile @@ -3,7 +3,7 @@ # Date created: 1997/11/11 # Whom: Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de> # -# $NetBSD: Makefile,v 1.3 1998/01/24 23:59:08 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:40 agc Exp $ # DISTNAME= asclock @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org -LIB_DEPENDS= Xpm\\.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm # Choose language from: # 1) english [DEFAULT] |