mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
1ecc592d8c
audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release.
30 lines
921 B
Plaintext
30 lines
921 B
Plaintext
--- zvt/Makefile.in.orig Mon May 15 15:11:19 2000
|
|
+++ zvt/Makefile.in Mon May 15 22:44:35 2000
|
|
@@ -20,7 +20,7 @@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
bindir = @bindir@
|
|
-sbindir = @sbindir@
|
|
+sbindir = @bindir@
|
|
libexecdir = @libexecdir@
|
|
datadir = @datadir@
|
|
sysconfdir = @sysconfdir@
|
|
@@ -156,7 +156,7 @@
|
|
libzvt_la_SOURCES = gnome-login-support.h gnome-login-support.c lists.c subshell.h subshell.c subshell-includes.h update.c vt.c zvtterm.c
|
|
|
|
|
|
-libzvt_la_LDFLAGS = -version-info 4:7:2 -rpath $(libdir)
|
|
+libzvt_la_LDFLAGS = -version-info 4:0:0 -rpath $(libdir)
|
|
|
|
libzvtinclude_HEADERS = lists.h vt.h vtx.h zvtterm.h
|
|
|
|
@@ -192,7 +192,7 @@
|
|
libzvt_la_LIBADD =
|
|
libzvt_la_OBJECTS = gnome-login-support.lo lists.lo subshell.lo \
|
|
update.lo vt.lo zvtterm.lo
|
|
-PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
|
|
+PROGRAMS = $(sbin_PROGRAMS)
|
|
|
|
zterm_OBJECTS = zterm.o
|
|
zterm_DEPENDENCIES = libzvt.la
|