mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
1104d83d68
- Assign maintainership to submitter PR: ports/161680 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
14 lines
558 B
Plaintext
14 lines
558 B
Plaintext
--- src/gimp2/Makefile.in.orig 2011-10-15 12:53:29.000000000 +0200
|
|
+++ src/gimp2/Makefile.in 2011-10-15 12:54:02.000000000 +0200
|
|
@@ -306,8 +306,8 @@
|
|
print_gimp.h
|
|
|
|
print_SOURCES = $(COMMON_PRINT_SOURCES) print-print.c
|
|
-print_LDADD = $(GIMP2_LIBS) $(GUTENPRINTUI2_LIBS)
|
|
-print_DEPENDENCIES = $(GUTENPRINTUI2_LIBS) $(GUTENPRINT_LIBS)
|
|
+print_LDADD = $(GIMP2_LIBS) %%GUTENPRINTUI2_LIBS%%
|
|
+print_DEPENDENCIES =
|
|
gutenprint_SOURCES = $(COMMON_PRINT_SOURCES) print-gutenprint.c
|
|
gutenprint_LDADD = $(print_LDADD)
|
|
gutenprint_DEPENDENCIES = $(print_DEPENDENCIES)
|