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/xmysqladmin/Makefile | |
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/xmysqladmin/Makefile')
-rw-r--r-- | databases/xmysqladmin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/xmysqladmin/Makefile b/databases/xmysqladmin/Makefile index 9fbcb2bb3d9..ad70d74bb3e 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.17 1999/01/27 18:19:37 fenner Exp $ +# $Id: Makefile,v 1.18 1999/02/12 11:57:57 dirk Exp $ # DISTNAME= xmysqladmin-0.4.4 @@ -19,9 +19,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 - WRKSRC= ${WRKDIR}/xmysqladmin USE_X_PREFIX= yes ALL_TARGET= xmysqladmin |