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/xmysql | |
parent | a50f73322dfd84ac4632041853c01d34a2e519bf (diff) | |
download | ports-ec8a4e66c1c63749a508e9ed36ff370302fa689f.tar.gz ports-ec8a4e66c1c63749a508e9ed36ff370302fa689f.zip |
Notes
Diffstat (limited to 'databases/xmysql')
-rw-r--r-- | databases/xmysql/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index 458116477184..2c17efec87d8 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.12 1998/11/21 09:58:22 andreas Exp $ +# $Id: Makefile,v 1.13 1998/12/27 19:30:32 dirk Exp $ # DISTNAME= xmysql-1.9 @@ -18,6 +18,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 + USE_X_PREFIX= yes .include <bsd.port.mk> |