diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 06:15:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 06:15:15 +0800 |
commit | 887bdae4b3cc540a82c8482b2e539dad7078e640 (patch) | |
tree | 70c46b36b338dcbdb1ab1f9611160c0dc73e69c9 /databases/xmysql | |
parent | 711696a5d33cd740ada6cbddc44bcb75b79f35df (diff) | |
download | freebsd-ports-graphics-887bdae4b3cc540a82c8482b2e539dad7078e640.tar.gz freebsd-ports-graphics-887bdae4b3cc540a82c8482b2e539dad7078e640.tar.zst freebsd-ports-graphics-887bdae4b3cc540a82c8482b2e539dad7078e640.zip |
The xforms ports is no longer an i386-only port.
Diffstat (limited to 'databases/xmysql')
-rw-r--r-- | databases/xmysql/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index 16148508f0e..8365e6c468c 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.17 1999/01/27 18:19:35 fenner Exp $ +# $Id: Makefile,v 1.18 1999/02/12 11:57:57 dirk Exp $ # DISTNAME= xmysql-1.9 @@ -18,9 +18,6 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms \ mysqlclient.6:${PORTSDIR}/databases/mysql322 -# depends on xforms -ONLY_FOR_ARCHS= i386 - USE_X_PREFIX= yes .include <bsd.port.mk> |