diff options
Diffstat (limited to 'science/chemical-mime-data/Makefile')
-rw-r--r-- | science/chemical-mime-data/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/chemical-mime-data/Makefile b/science/chemical-mime-data/Makefile index 72845a8a2e62..e17ba9fe9538 100644 --- a/science/chemical-mime-data/Makefile +++ b/science/chemical-mime-data/Makefile @@ -22,7 +22,8 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomemimedata intltool GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib -lintl" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lintl INSTALLS_ICONS= yes post-patch: |