diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
commit | ec8a4e66c1c63749a508e9ed36ff370302fa689f (patch) | |
tree | c4304430f5506818e6eb1fb0c4dc86e66ba89840 /databases/xmysqladmin/Makefile | |
parent | a50f73322dfd84ac4632041853c01d34a2e519bf (diff) | |
download | ports-ec8a4e66c1c63749a508e9ed36ff370302fa689f.tar.gz ports-ec8a4e66c1c63749a508e9ed36ff370302fa689f.zip |
Notes
Diffstat (limited to 'databases/xmysqladmin/Makefile')
-rw-r--r-- | databases/xmysqladmin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index c6c029fee60e..321c85fa314c 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.12 1998/10/20 01:31:07 steve Exp $ +# $Id: Makefile,v 1.13 1998/11/21 10:00:02 andreas Exp $ # DISTNAME= xmysqladmin-0.4.4 @@ -19,6 +19,9 @@ BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms +# depends on xforms +ONLY_FOR_ARCHS= i386 + WRKSRC= ${WRKDIR}/xmysqladmin USE_X_PREFIX= yes ALL_TARGET= xmysqladmin |