diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-22 04:35:29 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-22 04:35:29 +0000 |
commit | 881ce0a088c58c037c0977ce9e35f09f3f4ce197 (patch) | |
tree | 23110c2da525fb87f4b62a65abf1a7623c0b6f6a /x11-toolkits/gtksourceview/Makefile | |
parent | aea70146b7e3b2a67fee39fa3da1041dd8684276 (diff) | |
download | ports-881ce0a088c58c037c0977ce9e35f09f3f4ce197.tar.gz ports-881ce0a088c58c037c0977ce9e35f09f3f4ce197.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtksourceview/Makefile')
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index f22110ded108..0fa246375ded 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -22,6 +22,7 @@ USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui +CONFIGURE_ARGS= --enable-compile-warnings=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgnuregex" |