diff options
author | agc <agc> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-30 13:56:55 +0000 |
commit | a4f26ebe1ae83222fe52b008eb3053dbcb7bf063 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /games/xdemineur | |
parent | 0db0fc6fc6c94e5c32f0348a48267f2d3c64e4e6 (diff) | |
download | pkgsrc-a4f26ebe1ae83222fe52b008eb3053dbcb7bf063.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'games/xdemineur')
-rw-r--r-- | games/xdemineur/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile index e5f0665353b..60d0ca53982 100644 --- a/games/xdemineur/Makefile +++ b/games/xdemineur/Makefile @@ -3,7 +3,7 @@ # Date created: 29 Jan 1998 # Whom: bouyer # -# $NetBSD: Makefile,v 1.1 1998/01/29 11:46:05 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 1998/01/30 13:58:02 agc Exp $ # DISTNAME= xdemineur-2.0 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= games MAINTAINER= bouyer@netbsd.org -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes |