diff options
Diffstat (limited to 'x11-wm/epplets/Makefile')
-rw-r--r-- | x11-wm/epplets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index b93a7e67e6cc..2f7fac95cf85 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -25,8 +25,8 @@ USE_GL= glut USE_GMAKE= yes USE_AUTOTOOLS= libtool autoconf USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-auto-respawn .include <bsd.port.pre.mk> |