diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-23 07:05:35 +0000 |
commit | 343b837340a39a6d3d2f981efb8ce3e49bcd4a6d (patch) | |
tree | 98483f73847a876520440371b7166d66092b9229 /x11-wm | |
parent | 706919336fb84ded602dd1eceaeb77e72a383522 (diff) | |
download | ports-343b837340a39a6d3d2f981efb8ce3e49bcd4a6d.tar.gz ports-343b837340a39a6d3d2f981efb8ce3e49bcd4a6d.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 1856a3fce6fb..590f93e89d02 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 1 May 1998 # Whom: Brett Taylor # -# $Id: Makefile,v 1.30 1999/01/17 03:03:44 billf Exp $ +# $Id: Makefile,v 1.31 1999/01/18 03:38:24 billf Exp $ # DISTNAME= AfterStep-1.6.6 @@ -17,7 +17,7 @@ MASTER_SITES= ftp://ftp.afterstep.org/stable/ \ MAINTAINER= dima@chg.ru LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg INSTALL_TARGET= install install.man diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index 750fae106f9c..f22358416d59 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Nov 1998 # Whom: mac@jp.freebsd.org # -# $Id: Makefile,v 1.47 1999/01/18 03:18:27 steve Exp $ +# $Id: Makefile,v 1.48 1999/01/18 06:43:04 asami Exp $ DISTNAME= WindowMaker-0.50.2 PKGNAME= windowmaker-i18n-0.50.2 @@ -20,7 +20,7 @@ MAINTAINER= mac@jp.freebsd.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 BUILD_DEPENDS= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext \ nkf:${PORTSDIR}/japanese/nkf diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 27db18937c6a..ea0eb327316d 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,7 +3,7 @@ # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.43 1999/01/18 03:13:33 steve Exp $ +# $Id: Makefile,v 1.44 1999/01/18 06:43:04 asami Exp $ DISTNAME= WindowMaker-0.50.2 PKGNAME= windowmaker-0.50.2 @@ -18,7 +18,7 @@ MAINTAINER= handy@physics.montana.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.2:${PORTSDIR}/graphics/png \ + png.3:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff34 USE_X_PREFIX= yes |