diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-05-04 20:23:32 +0000 |
commit | 18f33c0f9311a0e0fe565649f877883c91f21e59 (patch) | |
tree | 53d38e9f76c8e2da3dbce1e2d2da4446296bd67b /editors | |
parent | Activate r. (diff) |
Change JPEG shared library number to 9. This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami
Notes
Notes:
svn path=/head/; revision=10846
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 211c7029cb89..9dda91c1bd60 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.12 1998/04/15 22:18:19 jseger Exp $ +# $Id: Makefile,v 1.13 1998/04/20 05:15:38 gj Exp $ # DISTNAME= xemacs-20.4 @@ -19,7 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE} MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png USE_GMAKE= yes diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 211c7029cb89..9dda91c1bd60 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.12 1998/04/15 22:18:19 jseger Exp $ +# $Id: Makefile,v 1.13 1998/04/20 05:15:38 gj Exp $ # DISTNAME= xemacs-20.4 @@ -19,7 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE} MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png USE_GMAKE= yes diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 211c7029cb89..9dda91c1bd60 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.12 1998/04/15 22:18:19 jseger Exp $ +# $Id: Makefile,v 1.13 1998/04/20 05:15:38 gj Exp $ # DISTNAME= xemacs-20.4 @@ -19,7 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE} MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png USE_GMAKE= yes diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 211c7029cb89..9dda91c1bd60 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $Id: Makefile,v 1.12 1998/04/15 22:18:19 jseger Exp $ +# $Id: Makefile,v 1.13 1998/04/20 05:15:38 gj Exp $ # DISTNAME= xemacs-20.4 @@ -19,7 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${MULEDISTFILE} MAINTAINER= me@FreeBSD.org LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ - jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ + jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ png\\.2\\.:${PORTSDIR}/graphics/png USE_GMAKE= yes |