1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

* Fix build with latest GNOME libraries.

* Relinquish maintainership to ports@

PR:		36775
Submitted by:	maintainer (maintainer change), marcus (build fix)
Approved by:	previous maintainer
This commit is contained in:
Joe Marcus Clarke 2002-05-19 19:56:19 +00:00
parent a99979d933
commit 66a40d7c78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59481
2 changed files with 14 additions and 1 deletions

View File

@ -12,7 +12,7 @@ CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= anders@hack.org
MAINTAINER= ports@freebsd.org
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv

View File

@ -0,0 +1,13 @@
--- 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 = \