diff options
Diffstat (limited to 'databases/glom/Makefile')
-rw-r--r-- | databases/glom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index ebae539e2ae2..76e244d6d9fb 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -38,8 +38,8 @@ USE_GNOME= gnomedocutils gnomehack gnomeprefix pygnomeextras USE_LDCONFIG= yes USE_PGSQL= yes INSTALLS_OMF= yes -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-postgres-utils=${LOCALBASE}/bin INSTALLS_ICONS= yes |