diff options
author | andreas <andreas@FreeBSD.org> | 1998-11-21 17:58:22 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-11-21 17:58:22 +0800 |
commit | 45908ade0a8cf66a052adbdba50751b5cfcbcffa (patch) | |
tree | d4f6c6b1d0e432be3fa7e4a4479b8122574cd29d /databases | |
parent | 94bc475fd0522bf24445621e1742b1c99992abce (diff) | |
download | freebsd-ports-gnome-45908ade0a8cf66a052adbdba50751b5cfcbcffa.tar.gz freebsd-ports-gnome-45908ade0a8cf66a052adbdba50751b5cfcbcffa.tar.zst freebsd-ports-gnome-45908ade0a8cf66a052adbdba50751b5cfcbcffa.zip |
unbreak this port, xforms is available for ELF
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xmysql/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/xmysql/Makefile b/databases/xmysql/Makefile index 28a27306d58e..89fc7f924585 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.10 1998/09/26 23:18:03 steve Exp $ +# $Id: Makefile,v 1.11 1998/10/20 01:30:49 steve Exp $ # DISTNAME= xmysql-1.8 @@ -14,8 +14,6 @@ MASTER_SITES= http://www.tcx.se/Contrib/ \ MAINTAINER= andreas@FreeBSD.ORG -BROKEN_ELF= xforms is a.out only - BUILD_DEPENDS= mysql:${PORTSDIR}/databases/mysql321 LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ xforms.0:${PORTSDIR}/x11-toolkits/xforms |