mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
66a40d7c78
* Relinquish maintainership to ports@ PR: 36775 Submitted by: maintainer (maintainer change), marcus (build fix) Approved by: previous maintainer
14 lines
333 B
Plaintext
14 lines
333 B
Plaintext
--- capplet/Makefile.in.orig Thu Apr 4 23:37:06 2002
|
|
+++ capplet/Makefile.in Thu Apr 4 23:39:17 2002
|
|
@@ -103,7 +103,8 @@
|
|
|
|
INCLUDES = \
|
|
-DDATADIR=\"$(datadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
|
|
- $(GNOME_INCLUDEDIR) $(LIBGLADE_CFLAGS)
|
|
+ $(GNOME_INCLUDEDIR) $(LIBGLADE_CFLAGS) \
|
|
+ `gnome-config --cflags capplet`
|
|
|
|
|
|
LDADD = \
|
|
|