diff options
Diffstat (limited to 'graphics/gliv/Makefile')
-rw-r--r-- | graphics/gliv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index 076ccd56fa8a..d42917177d1c 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -23,15 +23,14 @@ USE_GL= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" MAN1= gliv.1 MANLANG= "" de fr ru -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-install: ${MKDIR} ${PREFIX}/share/applications |