diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /databases/xmysql | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'databases/xmysql')
-rw-r--r-- | databases/xmysql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index a08d41b37aa..7635ecca80f 100644 --- a/databases/xmysql/Makefile +++ b/databases/xmysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/02/15 05:54:19 bad Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/23 23:14:23 tron Exp $ # DISTNAME= xmysql-1.10 @@ -10,9 +10,9 @@ HOMEPAGE= http://web.wt.net/~dblhack DEPENDS= mysql-client-3.22.32:../../databases/mysql-client DEPENDS+= xforms-0.88:../../x11/xforms -DEPENDS+= xpm-3.4k:../../graphics/xpm -USE_X11= yes +USE_X11= YES +USE_XPM= YES ALL_TARGET= xmysql |