mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9594f3f893
post-extract rule
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
--- src/Makefile.in.orig Sun May 14 10:11:41 2000
|
|
+++ src/Makefile.in Tue Jun 13 17:33:29 2000
|
|
@@ -161,7 +161,7 @@
|
|
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I..
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -lgnuregex
|
|
gide_OBJECTS = gI_about.o gI_cfp.o gI_compile.o gI_document.o gI_edit.o \
|
|
gI_file.o gI_files.o gI_functions.o gI_help.o gI_menus.o gI_prefs.o \
|
|
gI_project.o gI_search.o gI_tools.o gI_run.o gI_tree.o gI_window.o \
|