diff options
author | asami <asami@FreeBSD.org> | 1998-10-20 15:35:11 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-20 15:35:11 +0800 |
commit | a4ade32ae69a7219b89e761bdb042d83d4afdaa5 (patch) | |
tree | dd96863c29a8ca6c41a3a66724c5d4da10ceecbd /x11-toolkits/gtkmm12 | |
parent | eaf84ac32508f4ed7c209f6951c850d4bac6f1d6 (diff) | |
download | freebsd-ports-gnome-a4ade32ae69a7219b89e761bdb042d83d4afdaa5.tar.gz freebsd-ports-gnome-a4ade32ae69a7219b89e761bdb042d83d4afdaa5.tar.zst freebsd-ports-gnome-a4ade32ae69a7219b89e761bdb042d83d4afdaa5.zip |
This is broken for non-ELF systems too.
Diffstat (limited to 'x11-toolkits/gtkmm12')
-rw-r--r-- | x11-toolkits/gtkmm12/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtkmm12/Makefile b/x11-toolkits/gtkmm12/Makefile index 3ad321b7c177..de7421269b7d 100644 --- a/x11-toolkits/gtkmm12/Makefile +++ b/x11-toolkits/gtkmm12/Makefile @@ -3,7 +3,7 @@ # Date created: 11 May 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.3 1998/09/22 22:55:55 asami Exp $ +# $Id: Makefile,v 1.4 1998/10/15 11:43:00 jseger Exp $ # DISTNAME= Gtk---0.9.14 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/gtk--/ MAINTAINER= Nakai@technologist.com -BROKEN_ELF= yes +BROKEN= build LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 |