mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
89b7d2a446
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
20 lines
395 B
Plaintext
20 lines
395 B
Plaintext
--- Makefile.am.orig Tue Jan 18 04:49:06 2000
|
|
+++ Makefile.am Sat Jul 1 20:03:06 2000
|
|
@@ -1,5 +1,7 @@
|
|
SUBDIRS = @MSUBDIRS@
|
|
|
|
+INCLUDES = $(GTK_CFLAGS)
|
|
+
|
|
bin_PROGRAMS = nscache
|
|
|
|
nscache_SOURCES = \
|
|
@@ -12,6 +14,8 @@
|
|
indexdb.h \
|
|
nls.h \
|
|
setup.c
|
|
+
|
|
+nscache_LDADD = $(GTK_LIBS)
|
|
|
|
nscache.pot: $(nscache_SOURCES)
|
|
xgettext --default-domain=nscache -n -E -o $@ $(nscache_SOURCES)
|