diff options
Diffstat (limited to 'deskutils/osmo/Makefile')
-rw-r--r-- | deskutils/osmo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile index 06acdbc4b4c5..aaea422ee022 100644 --- a/deskutils/osmo/Makefile +++ b/deskutils/osmo/Makefile @@ -26,8 +26,8 @@ USE_GETTEXT= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libical" \ - LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib +CFLAGS+= -I${LOCALBASE}/include/libical USE_GMAKE= yes |