aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2012-11-08 19:00:59 +0800
committergahr <gahr@FreeBSD.org>2012-11-08 19:00:59 +0800
commit5bf4cbdf756639692c4c0953065cfe6145e92a89 (patch)
tree7e4d739dbbfbca624c96979d9bb56dc8a9c2ace2
parent674069be189db0624473c780c002ef4e229a59ee (diff)
downloadfreebsd-ports-gnome-5bf4cbdf756639692c4c0953065cfe6145e92a89.tar.gz
freebsd-ports-gnome-5bf4cbdf756639692c4c0953065cfe6145e92a89.tar.zst
freebsd-ports-gnome-5bf4cbdf756639692c4c0953065cfe6145e92a89.zip
- fix build
Reported by: PH (via beat@) Approved by: portmgr@ (implicit) Feature safe: yes
-rw-r--r--graphics/gource/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile
index a582bc97df26..cbbb2ed009c3 100644
--- a/graphics/gource/Makefile
+++ b/graphics/gource/Makefile
@@ -26,6 +26,9 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
MANCOMPRESSED= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
MAN1= gource.1
.include <bsd.port.mk>