diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 08:33:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 08:33:02 +0800 |
commit | bd29818171a6cc3eea4fb57e3089dd47803bcc4f (patch) | |
tree | 1fa3f84a491d769dc824eec97004c95143a0c8db /databases | |
parent | a57f626a16f3062cb02d5b5519df5b247154703d (diff) | |
download | freebsd-ports-graphics-bd29818171a6cc3eea4fb57e3089dd47803bcc4f.tar.gz freebsd-ports-graphics-bd29818171a6cc3eea4fb57e3089dd47803bcc4f.tar.zst freebsd-ports-graphics-bd29818171a6cc3eea4fb57e3089dd47803bcc4f.zip |
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xmbase-grok/Makefile | 4 | ||||
-rw-r--r-- | databases/xmysql/Makefile | 4 | ||||
-rw-r--r-- | databases/xmysqladmin/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/databases/xmbase-grok/Makefile b/databases/xmbase-grok/Makefile index 49e64d1c9ca..8dd1519325e 100644 --- a/databases/xmbase-grok/Makefile +++ b/databases/xmbase-grok/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Aug 30 13:29:42 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.4 1998/07/27 23:24:07 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/15 11:12:58 asami Exp $ # DISTNAME= xmbase-grok-1.3.2.sbin @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= apps/database/flatfile MAINTAINER= andreas@FreeBSD.ORG -LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm WRKSRC= ${WRKDIR}/${PKGNAME} REQUIRES_MOTIF= yes diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index 15e761a1370..f52d7fa377d 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Sep 2 15:46:09 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.7 1998/09/06 19:24:48 andreas Exp $ +# $Id: Makefile,v 1.8 1998/09/15 11:12:59 asami Exp $ # DISTNAME= xmysql-1.8 @@ -15,7 +15,7 @@ MASTER_SITES= http://www.tcx.se/Contrib/ \ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321 -LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \ +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms USE_X_PREFIX= yes diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index 16c345f4f5b..1879ddb98ff 100644 --- a/databases/xmysqladmin/Makefile +++ b/databases/xmysqladmin/Makefile @@ -3,7 +3,7 @@ # Date created: Di 2 Sep 1997 16:29:27 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.8 1998/09/06 19:25:20 andreas Exp $ +# $Id: Makefile,v 1.9 1998/09/15 11:12:59 asami Exp $ # DISTNAME= xmysqladmin-0.4.4 @@ -16,7 +16,7 @@ MASTER_SITES= http://www.tcx.se/Contrib/ \ MAINTAINER= andreas@FreeBSD.ORG BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321 -LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm \ +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms\\.0\\.:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/xmysqladmin |