diff options
-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> |