diff options
Diffstat (limited to 'print/gribouy/Makefile')
-rw-r--r-- | print/gribouy/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile index fd2b6b97f447..fd44659776ba 100644 --- a/print/gribouy/Makefile +++ b/print/gribouy/Makefile @@ -10,9 +10,11 @@ MASTER_SITES= LOCAL/bland MAINTAINER= gnome@FreeBSD.org COMMENT= Gribouy is a Type1 font editor -USES= gmake pkgconfig pathfix gettext -USE_GNOME= gnomeprefix libglade2 libgnomeui GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib +USES= gettext gmake pkgconfig +USE_GNOME= gnomeprefix libglade2 libgnomeui USE_GCC= any |