diff options
author | asami <asami@FreeBSD.org> | 1998-08-20 15:56:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-20 15:56:20 +0800 |
commit | 40732a79ac253d5884fad917c3090a6ac1daccdf (patch) | |
tree | 3f980e50a4d7c7eb079d73aa92c5496c2f55ab55 /x11-fm | |
parent | d32a147f1fee0fbdc21b16e9de27df4c9658bc7f (diff) | |
download | freebsd-ports-gnome-40732a79ac253d5884fad917c3090a6ac1daccdf.tar.gz freebsd-ports-gnome-40732a79ac253d5884fad917c3090a6ac1daccdf.tar.zst freebsd-ports-gnome-40732a79ac253d5884fad917c3090a6ac1daccdf.zip |
Seems this port didn't survive the gtk path change. Vanilla? :)
-----
checking for gtk_widget_new in -lgtk... no
configure: error: Can not link with gtk/gdk/glib
*** Error code 1
Stop.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/workplace/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fm/workplace/Makefile b/x11-fm/workplace/Makefile index fb231e24365f..6e03d2800112 100644 --- a/x11-fm/workplace/Makefile +++ b/x11-fm/workplace/Makefile @@ -3,7 +3,7 @@ # Date created: 7 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.5 1998/08/07 22:33:12 asami Exp $ +# $Id: Makefile,v 1.6 1998/08/07 23:56:50 asami Exp $ # DISTNAME= workplace-1.0.a3 @@ -15,6 +15,8 @@ MAINTAINER= andy@icc.surw.chel.su LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk +BROKEN= gtk update + GNU_CONFIGURE= yes USE_X_PREFIX= yes |