summaryrefslogtreecommitdiffstats
path: root/graphics/cairomm/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-21 08:01:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-04-21 08:01:14 +0800
commit1852ea286287245474acd103ab3b64546de7ccbf (patch)
tree576a2ae24148e2d54551e9cbba13beb2244dbb50 /graphics/cairomm/Makefile
parentb020b08a125c1c0c6fb3393d5a63a529d9af6bc0 (diff)
downloadmarcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar.gz
marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.tar.zst
marcuscom-ports-1852ea286287245474acd103ab3b64546de7ccbf.zip
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10883 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/cairomm/Makefile')
-rw-r--r--graphics/cairomm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
index c7922eb85..cae0bc5f5 100644
--- a/graphics/cairomm/Makefile
+++ b/graphics/cairomm/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/cairomm/Makefile,v 1.7 2008/03/21 21:48:49 kwm Exp $
+# $MCom: ports/graphics/cairomm/Makefile,v 1.9 2008/03/24 15:59:24 ahze Exp $
#
PORTNAME= cairomm
@@ -22,8 +22,8 @@ USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget ltverhack
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
AUTOMAKE="${TRUE}" AUTOCONF="${TRUE}" DOXYGEN="${TRUE}"
.if defined(NOPORTDOCS)