diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-11-08 11:00:59 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-11-08 11:00:59 +0000 |
commit | 9c2135dee16ab1e0167023deb32c08f5ed6cc574 (patch) | |
tree | 7e4d739dbbfbca624c96979d9bb56dc8a9c2ace2 /graphics/gource | |
parent | 4f7ec695a7505a3f9820dd9c6503f56d4476feba (diff) | |
download | ports-9c2135dee16ab1e0167023deb32c08f5ed6cc574.tar.gz ports-9c2135dee16ab1e0167023deb32c08f5ed6cc574.zip |
Notes
Diffstat (limited to 'graphics/gource')
-rw-r--r-- | graphics/gource/Makefile | 3 |
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> |