diff options
Diffstat (limited to 'editors/gmanedit/Makefile')
-rw-r--r-- | editors/gmanedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile index 4c359acfe8b8..6226c977bb34 100644 --- a/editors/gmanedit/Makefile +++ b/editors/gmanedit/Makefile @@ -18,8 +18,8 @@ USE_GNOME= gnomehack gtk20 USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAN1= gmanedit.1 |