diff options
Diffstat (limited to 'graphics/agave/Makefile')
-rw-r--r-- | graphics/agave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile index 84c1f0bfc706..8029678f2a96 100644 --- a/graphics/agave/Makefile +++ b/graphics/agave/Makefile @@ -28,7 +28,8 @@ GCONF_SCHEMAS= agave.schemas INSTALLS_ICONS= yes INSTALLS_OMF= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.pre.mk> |