diff options
Diffstat (limited to 'french/verbiste/Makefile')
-rw-r--r-- | french/verbiste/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/french/verbiste/Makefile b/french/verbiste/Makefile index 67fbd6de8f86..40fb054c29d0 100644 --- a/french/verbiste/Makefile +++ b/french/verbiste/Makefile @@ -23,9 +23,8 @@ USE_GNOME= gnomehack ltverhack libxml2 USE_ICONV= yes USE_LDCONFIG= yes -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= french-conjugator.1 french-deconjugator.1 MAN3= verbiste.3 |