summaryrefslogtreecommitdiff
path: root/databases/xmysql/Makefile
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-04-17 04:45:06 +0000
committerfredb <fredb@pkgsrc.org>2002-04-17 04:45:06 +0000
commit9807afcb602d970ee86027a46a72552f83b0c0c3 (patch)
treedc783e63ef8448e3a620be967f9233cff8ff8e71 /databases/xmysql/Makefile
parent6a1cfa23665b0a3668d7753fb1d0c41cfb290b90 (diff)
downloadpkgsrc-9807afcb602d970ee86027a46a72552f83b0c0c3.tar.gz
Update dependency on xforms. We're mainly bumping the dependency
and package revision, since we may now link against the forms shared library, and because we also have to add a dependency on jpeg lib.
Diffstat (limited to 'databases/xmysql/Makefile')
-rw-r--r--databases/xmysql/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile
index 3d5e29ecd8c..c35c9290d70 100644
--- a/databases/xmysql/Makefile
+++ b/databases/xmysql/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2001/03/26 14:54:20 bad Exp $
+# $NetBSD: Makefile,v 1.9 2002/04/17 04:45:09 fredb Exp $
#
DISTNAME= xmysql-1.10
+PKGREVISION= 1
CATEGORIES= databases x11
MASTER_SITES= http://web.wt.net/~dblhack/
@@ -9,8 +10,9 @@ MAINTAINER= bad@netbsd.org
HOMEPAGE= http://web.wt.net/~dblhack
COMMENT= Graphical front end to the MySQL database engine
-DEPENDS= mysql-client>=3.23.35:../../databases/mysql-client
-DEPENDS+= xforms>=0.88nb1:../../x11/xforms
+DEPENDS+= mysql-client>=3.23.35:../../databases/mysql-client
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+DEPENDS+= xforms>=0.9999:../../x11/xforms
MAKE_ENV+= X11PREFIX=${X11PREFIX}
USE_X11= YES