diff options
author | agc <agc> | 1998-01-30 13:56:55 +0000 |
---|---|---|
committer | agc <agc> | 1998-01-30 13:56:55 +0000 |
commit | 1a96f1e06af2e19065156a5566de4be75f6d7b59 (patch) | |
tree | b79d1031fdf80bdda3abcf954902b18169651274 /x11/ctwm | |
parent | 41ebe05dbcda023f91271eb81234de99453964a6 (diff) | |
download | pkgsrc-1a96f1e06af2e19065156a5566de4be75f6d7b59.tar.gz |
Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
Diffstat (limited to 'x11/ctwm')
-rw-r--r-- | x11/ctwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/ctwm/Makefile b/x11/ctwm/Makefile index 7394b4272d0..47d3143d123 100644 --- a/x11/ctwm/Makefile +++ b/x11/ctwm/Makefile @@ -3,7 +3,7 @@ # Date created: 29th January 1998 # Whom: tron # -# $NetBSD: Makefile,v 1.5 1998/01/29 20:14:57 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/01/30 13:57:48 agc Exp $ # DISTNAME= ctwm-3.5 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://slhp1.epfl.ch/pub/ MAINTAINER= tron@netbsd.org -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes |