summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-15 22:46:52 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-15 22:46:52 +0800
commitae49e1cbe01e803e388b1972bc3a31f19a88beae (patch)
tree8cb8ca40db1033ccda83b0accb171fbacc81fb62 /accessibility
parentad50423f6dfd53de1f4d54a494e2d4fba3587778 (diff)
downloadmarcuscom-ports-ae49e1cbe01e803e388b1972bc3a31f19a88beae.tar
marcuscom-ports-ae49e1cbe01e803e388b1972bc3a31f19a88beae.tar.gz
marcuscom-ports-ae49e1cbe01e803e388b1972bc3a31f19a88beae.tar.bz2
marcuscom-ports-ae49e1cbe01e803e388b1972bc3a31f19a88beae.tar.lz
marcuscom-ports-ae49e1cbe01e803e388b1972bc3a31f19a88beae.tar.xz
marcuscom-ports-ae49e1cbe01e803e388b1972bc3a31f19a88beae.tar.zst
marcuscom-ports-ae49e1cbe01e803e388b1972bc3a31f19a88beae.zip
- Fix build
Reported by: mcom tinderbox git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6595 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/gnopernicus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile
index e14c623aa..f6041b09e 100644
--- a/accessibility/gnopernicus/Makefile
+++ b/accessibility/gnopernicus/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.78 2006/05/28 20:53:54 marcus Exp $
+# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.79 2006/06/01 17:10:36 marcus Exp $
#
PORTNAME= gnopernicus
@@ -26,7 +26,7 @@ INSTALLS_ICONS= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags gtk+-2.0`" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= SED="${SED}"